[gst-devel] gst-plugins autogen.sh patch

Joshua N Pritikin vishnu at pobox.com
Thu Aug 8 09:59:02 CEST 2002


Here's a similar patch for gst-plugins.

-- 
Victory to the Divine Mother!!         after all,
  http://sahajayoga.org                  http://why-compete.org
-------------- next part --------------
? autoregen.sh
? compile
? config.guess
? config.sub
? depcomp
? install-sh
? missing
? mkinstalldirs
? p1
? examples/dynparams/filter
? examples/seeking/seek
? examples/seeking/spider_seek
? gst/playondemand/demo_mp3
? gst/sine/demo_dparams
? gst-libs/gst/gconf/test-gconf
Index: configure.ac
===================================================================
RCS file: /cvsroot/gstreamer/gst-plugins/configure.ac,v
retrieving revision 1.180
diff -u -r1.180 configure.ac
--- configure.ac	7 Aug 2002 00:22:04 -0000	1.180
+++ configure.ac	8 Aug 2002 16:54:55 -0000
@@ -924,7 +924,6 @@
 gst/wavparse/Makefile
 gst/y4m/Makefile
 sys/Makefile
-sys/cdrom/Makefile
 sys/dxr3/Makefile
 sys/oss/Makefile
 sys/qcam/Makefile
Index: sys/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gst-plugins/sys/Makefile.am,v
retrieving revision 1.12
diff -u -r1.12 Makefile.am
--- sys/Makefile.am	27 Jul 2002 01:38:32 -0000	1.12
+++ sys/Makefile.am	8 Aug 2002 16:54:57 -0000
@@ -40,14 +40,8 @@
 XVIDEO_DIR=
 endif
 
-if USE_CDROM
-CDROM_DIR=cdrom
-else
-CDROM_DIR=
-endif
-
 SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
-	$(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR)
+	$(VGA_DIR) $(XVIDEO_DIR)
 
-DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink cdrom
+DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink
 


More information about the gstreamer-devel mailing list