wok-current rev 25625

Patch gst-ffmpeg to work with new gcc (again)
author Stanislas Leduc <shann@slitaz.org>
date Mon Sep 04 19:07:14 2023 +0000 (9 months ago)
parents d8e0f58e2f5e
children 62cd703373dc
files gst-ffmpeg/receipt
line diff
     1.1 --- a/gst-ffmpeg/receipt	Mon Sep 04 19:03:50 2023 +0000
     1.2 +++ b/gst-ffmpeg/receipt	Mon Sep 04 19:07:14 2023 +0000
     1.3 @@ -29,7 +29,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	# Patch to work with gcc >= 4.7
     1.7 -	patch -p1 $stuff/gst-ffmpeg_gcc47.patch
     1.8 +	patch -p1 < $stuff/gst-ffmpeg_gcc47.patch
     1.9  
    1.10  	sed -i 's|ORC_TARGET_ALTIVEC_ALTIVEC|ORC_TARGET_POWERPC_ALTIVEC|' ext/*/*.c
    1.11  	./configure \