wok-current annotate gst-plugins-base/stuff/fix_xmmintrin_gcc4.9_build.patch @ rev 25698

Fix ntfs-3g receipt
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 19:01:01 2024 +0000 (7 months ago)
parents
children
rev   line source
shann@25622 1 Submitted By: Ken Moffat <ken at linuxfromscratch dot org>
shann@25622 2 Date: 2014-05-26
shann@25622 3 Initial Package Version: 0.10.36
shann@25622 4 Upstream Status: Not offered, this is a workaround for gcc-4.9.0.
shann@25622 5 Origin: Fernando, based on
shann@25622 6 https://github.com/HandBrake/HandBrake/blob/master/contrib/lame/P00-darwin-xmmintrin.patch
shann@25622 7 Description: Works around inlining failure on i686 with gcc-4.9.0.
shann@25622 8 Rediffed to apply without fuzz and massive offset which caused
shann@25622 9 configure.orig to get generated.
shann@25622 10
shann@25622 11 Do Not Apply to x86_64.
shann@25622 12
shann@25622 13 Note: there seems to still be a problem somewhere in the gst-0.10 audio
shann@25622 14 on i686, I can get working video, but no audio.
shann@25622 15
shann@25622 16 diff -Naur a/configure b/configure
shann@25622 17 --- a/configure 2012-02-20 23:33:09.000000000 +0000
shann@25622 18 +++ b/configure 2014-05-24 21:53:29.510695504 +0100
shann@25622 19 @@ -21876,18 +21876,6 @@
shann@25622 20 done
shann@25622 21
shann@25622 22
shann@25622 23 -for ac_header in xmmintrin.h emmintrin.h
shann@25622 24 -do :
shann@25622 25 - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
shann@25622 26 -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
shann@25622 27 -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
shann@25622 28 - cat >>confdefs.h <<_ACEOF
shann@25622 29 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
shann@25622 30 -_ACEOF
shann@25622 31 -
shann@25622 32 -fi
shann@25622 33 -
shann@25622 34 -done
shann@25622 35
shann@25622 36
shann@25622 37 # ------ AX CREATE STDINT H -------------------------------------