summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-18 23:30:51 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-18 23:30:51 +0000
commitadede32c4c69ac9faa5461011ba1df863a67a092 (patch)
tree223f2e4e9954e1d5433e6009f8fb4c45c9e774a0 /src/Makefile.am
parentba9d39dfd48002c17bf17517cf75400927ba844d (diff)
downloadxine-lib-adede32c4c69ac9faa5461011ba1df863a67a092.tar.gz
xine-lib-adede32c4c69ac9faa5461011ba1df863a67a092.tar.bz2
various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented yet), smaller memory footprint, deprecated mpg123 plugin
CVS patchset: 449 CVS date: 2001/08/18 23:30:51
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 647961f9e..f22f2a189 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = audio_out video_out dxr3 input libmpeg2 libspudec demuxers \
- libac3 libffmpeg libmpg123 liblpcm libw32dll xine-engine libmad
+ libac3 libffmpeg liblpcm libw32dll xine-engine libmad
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \