[Bug 670690] audioresample: missing configure checks for SSE / SSE2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 2 05:05:47 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=670690
  GStreamer | gst-plugins-base | 0.10.36

OBATA Akio <obata> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |obata at lins.jp

--- Comment #6 from OBATA Akio <obata at lins.jp> 2012-03-02 13:05:43 UTC ---
I have same issue on NetBSD-i386 as bug #671206 

My proposed patch is here:

--- gst/audioresample/resample.c.orig    2011-12-30 22:29:15.000000000 +0900
+++ gst/audioresample/resample.c 2012-03-02 21:27:45.000000000 +0900
@@ -77,13 +77,13 @@
 #define EXPORT G_GNUC_INTERNAL

 #ifdef _USE_SSE
-#ifndef HAVE_XMMINTRIN_H
+#ifndef __SSE__
 #undef _USE_SSE
 #endif
 #endif

 #ifdef _USE_SSE2
-#ifndef HAVE_EMMINTRIN_H
+#ifndef __SSE2__
 #undef _USE_SSE2
 #endif
 #endif

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list