wok-next diff gst0-plugins-base/stuff/patches/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch @ rev 20126
get-vivaldi -> vivaldi. Update ldd runtime dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 31 12:04:50 2017 +0200 (2017-10-31) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gst0-plugins-base/stuff/patches/gst-plugins-base-0.10.36-gcc_4_9_0_i686-1.patch Tue Oct 31 12:04:50 2017 +0200 1.3 @@ -0,0 +1,37 @@ 1.4 +Submitted By: Ken Moffat <ken at linuxfromscratch dot org> 1.5 +Date: 2014-05-26 1.6 +Initial Package Version: 0.10.36 1.7 +Upstream Status: Not offered, this is a workaround for gcc-4.9.0. 1.8 +Origin: Fernando, based on 1.9 + https://github.com/HandBrake/HandBrake/blob/master/contrib/lame/P00-darwin-xmmintrin.patch 1.10 +Description: Works around inlining failure on i686 with gcc-4.9.0. 1.11 +Rediffed to apply without fuzz and massive offset which caused 1.12 +configure.orig to get generated. 1.13 + 1.14 +Do Not Apply to x86_64. 1.15 + 1.16 +Note: there seems to still be a problem somewhere in the gst-0.10 audio 1.17 +on i686, I can get working video, but no audio. 1.18 + 1.19 +diff -Naur a/configure b/configure 1.20 +--- a/configure 2012-02-20 23:33:09.000000000 +0000 1.21 ++++ b/configure 2014-05-24 21:53:29.510695504 +0100 1.22 +@@ -21876,18 +21876,6 @@ 1.23 + done 1.24 + 1.25 + 1.26 +-for ac_header in xmmintrin.h emmintrin.h 1.27 +-do : 1.28 +- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.29 +-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 1.30 +-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 1.31 +- cat >>confdefs.h <<_ACEOF 1.32 +-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.33 +-_ACEOF 1.34 +- 1.35 +-fi 1.36 +- 1.37 +-done 1.38 + 1.39 + 1.40 + # ------ AX CREATE STDINT H -------------------------------------