summaryrefslogtreecommitdiffstats
path: root/sys/Makefile.am
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-25 19:17:59 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-25 19:17:59 +0000
commitf40cfecbeea9e78e2b9a9f825898dc0fd17e933f (patch)
treebb875e02570c915042e27d52b26752c3ee36fc56 /sys/Makefile.am
parent9c46a2b631ed238be0548c372d90a3b9f31449b4 (diff)
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.
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r--sys/Makefile.am10
1 files changed, 2 insertions, 8 deletions
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