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