[gstreamer-bugs] [Bug 158382] New: debian speex detection patch

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Nov 15 10:37:11 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=158382
GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: debian speex detection patch
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dlehn at vt.edu
         QAContact: gstreamer-bugs at lists.sourceforge.net


I've been using the following patch in the debian packages so speex is detected
properly.  I'm not sure if <speex/speex.h> or <speex.h> is better since it seems
to be different between distributions and speex versions.  Debian 1.0.rel.4-1
packages have <speex*.h> headers that include the <speex/speex*.h> ones.

--- configure.ac        14 Nov 2004 11:12:00 -0000      1.486
+++ configure.ac        15 Nov 2004 18:12:58 -0000
@@ -1530,7 +1530,7 @@ GST_CHECK_FEATURE(SPEEX, [speex plug-in]
         ],[
             HAVE_SPEEX="no"
             AC_MSG_NOTICE(You need at least 1.0.4 to compile the speex plugin)
-        ])
+        ], [#include <speex/speex.h>])
       ])
     ])
   ])

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list