Re: [OE-core] [PATCH] gstreamer: Better gcc 4.9 fix

2014-05-12 Thread Khem Raj
On Mon, May 12, 2014 at 10:00 AM, Richard Purdie wrote: > gstreamer 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 prob

[OE-core] [PATCH] gstreamer: Better gcc 4.9 fix

2014-05-12 Thread Richard Purdie
gstreamer 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 pr