]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer/lame: Better gcc 4.9 fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 May 2014 17:00:03 +0000 (18:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 May 2014 22:27:41 +0000 (23:27 +0100)
commite273301efa0037a13c3a60b4414140364d9c9873
treec192a1d3d818bd262604531137f0c34e79232c51
parent66daa92582a5a5643fd2e45aace1f5c009b2ded3
gstreamer/lame: Better gcc 4.9 fix

gstreamer/lame does runtime detection to enable/disable things like SSE code.
Unfortunately it is broken and will try and use this even with i586
compiler flags. This change forces it back to the approach with gcc 4.8
by disabling the problematic headers.

Its suboptimal but less so that the proposed previous forced enabling of
SSE on x86 everywhere.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
meta/recipes-multimedia/lame/lame_3.99.5.bb