[gst-devel] Autogenerating gst-plugins-bad from CVS fails, patch attached

cascardo at holoscopio.com cascardo at holoscopio.com
Thu Aug 3 16:38:06 CEST 2006


The newly-added SPC element has a bug in its building proccess. Trivial
patch is attached.
-------------- next part --------------
Index: ext/Makefile.am
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ext/Makefile.am,v
retrieving revision 1.181
diff -u -r1.181 Makefile.am
--- ext/Makefile.am	23 Jul 2006 11:52:34 -0000	1.181
+++ ext/Makefile.am	3 Aug 2006 14:30:50 -0000
@@ -203,9 +203,9 @@
 endif
 
 if USE_SPC
-SDL_DIR=spc
+SPC_DIR=spc
 else
-SDL_DIR=
+SPC_DIR=
 endif
 
 if USE_SWFDEC


More information about the gstreamer-devel mailing list