ports/multimedia/gstreamer-plugins/files/patch-gst_audioresample_resample.c
Koop Mast c9e7b3e8f5 Fix the build on i386.
Reported by:	H <hm@hm.net.br>, decke@
2012-06-28 08:47:09 +00:00

12 lines
382 B
C

--- gst/audioresample/resample.c.orig 2012-06-28 10:15:58.000000000 +0200
+++ gst/audioresample/resample.c 2012-06-28 10:22:41.000000000 +0200
@@ -79,6 +79,9 @@
#ifdef _USE_SSE
#ifndef HAVE_XMMINTRIN_H
#undef _USE_SSE
+/* this is a hack to build on i386, there the configure check for emmintrin.h
+ doesn't fail but the xmmintrin.h does. */
+#undef _USE_SSE2
#endif
#endif