wok-next view gst0-plugins-base/stuff/patches/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch @ rev 19822

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