$OpenBSD: patch-gst_audioresample_resample_sse_h,v 1.1.1.1 2012/09/06 13:00:53 ajacoutot Exp $

https://bugzilla.gnome.org/show_bug.cgi?id=670690

--- gst/audioresample/resample_sse.h.orig	Fri Dec 30 13:29:15 2011
+++ gst/audioresample/resample_sse.h	Wed Feb 22 20:06:10 2012
@@ -34,6 +34,7 @@
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
+#ifdef _USE_SSE
 #ifdef HAVE_XMMINTRIN_H
 #include <xmmintrin.h>
 #endif
@@ -72,6 +73,7 @@ static inline float interpolate_product_single(const f
    _mm_store_ss(&ret, sum);
    return ret;
 }
+#endif
 
 #ifdef _USE_SSE2
 #ifdef HAVE_EMMINTRIN_H
