package/gstreamer/gst-plugins-base: Fix build on x86 if emmintrin.h is available...
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 30 Jan 2016 18:18:47 +0000 (19:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 21:19:02 +0000 (22:19 +0100)
commit291c3c77cbc745a953c753651031a4f85e0edc8a
treed6f7981f4fef7505cb8adab224f40beb35e9b73f
parent6a8baa17a86533fd6becb01ea38b2de107050872
package/gstreamer/gst-plugins-base: Fix build on x86 if emmintrin.h is available but can't be used

I stumbled across this error using a musl-based allyesconfig but I
doubt it is related to musl. The autobuilders did not catch this
problem yet but the patch I found fits my config (BR2_i386=y,
BR2_x86_i586=y) and it solved the problem right away.

[Peter: pick patches from upstream git instead of downloading from alphine]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gst-plugins-base/0002-audioresample-Fix-build-on-x86-if-emmintrin.h-is-ava.patch [new file with mode: 0644]
package/gstreamer/gst-plugins-base/0003-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch [new file with mode: 0644]