wok diff gst-ffmpeg/receipt @ rev 25270

gst-ffmpeg*: ORC_TARGET_ALTIVEC_ALTIVEC not defined yet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 15:43:19 2022 +0000 (22 months ago)
parents 6831608a1b2a
children
line diff
     1.1 --- a/gst-ffmpeg/receipt	Tue Sep 28 17:26:43 2021 +0000
     1.2 +++ b/gst-ffmpeg/receipt	Sun Jul 17 15:43:19 2022 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  coreutils-file-format coreutils-file-special glib-dev yasm"
     1.5  SUGGESTED="gst-plugins-good"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \
    1.11 @@ -27,7 +28,7 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 +	sed -i 's|ORC_TARGET_ALTIVEC_ALTIVEC|ORC_TARGET_POWERPC_ALTIVEC|' ext/*/*.c
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--disable-static \