From f40cfecbeea9e78e2b9a9f825898dc0fd17e933f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 25 Jun 2003 19:17:59 +0000 Subject: Plugins cleanup: Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink. --- sys/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 45ebd586..e7dc9380 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,12 +34,6 @@ else VCD_DIR= endif -if USE_VGA -VGA_DIR=vga -else -VGA_DIR= -endif - if USE_XVIDEO XVIDEO_DIR=xvideo else @@ -53,6 +47,6 @@ CDROM_DIR= endif SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \ - $(VCD_DIR) $(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR) + $(VCD_DIR) $(XVIDEO_DIR) $(CDROM_DIR) -DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd vga xvideo cdrom +DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo cdrom -- cgit