[Gstreamer-bugs] [Bug 136366] Changed - still using old configure because of missing m4 macros

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Mar 9 06:45:22 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=136366

Changed by bugs at leroutier.net.

--- shadow/136366	Tue Mar  9 07:56:02 2004
+++ shadow/136366.tmp.15639	Tue Mar  9 09:45:22 2004
@@ -11,13 +11,13 @@
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: bugs at leroutier.net               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: HEAD
 URL: 
 Cc: teuf at users.sourceforge.net
-Summary: dsputil.h not found
+Summary: still using old configure because of missing m4 macros
 
 gcc -Wall -O0 -ggdb -g -O3 -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64
 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o i386/cputest.o i386/cputest.c
 i386/cputest.c:5:21: dsputil.h : Aucun fichier ou répertoire de ce type
 i386/cputest.c: Dans la fonction « mm_support »:
 i386/cputest.c:58: error: `MM_MMX' undeclared (first use in this function)
@@ -296,6 +296,17 @@
 in gst-ffmpeg/configure.ac, I think after
        NOCONFIGURE=1 ./autogen.sh
 you should check the return value and error out if it failed (if
 autogen.sh properly returns error codes when it fails)
 
 
+
+------- Additional Comments From bugs at leroutier.net  2004-03-09 09:45 -------
+macros for IMLIB2 and SDL detection (possibly others) are missing so
+the new configure is not created and the old one is used.
+
+a solution is :
+  - to import sdl.m4 into a local m4/ directory
+  - to use PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.1.0, HAVE_IMLIB2=yes,
+HAVE_IMLIB2=no) instead of the crappy AM_PATH_IMLIB which is not defined)
+
+




More information about the Gstreamer-bugs mailing list