diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-18 23:30:51 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-18 23:30:51 +0000 |
| commit | adede32c4c69ac9faa5461011ba1df863a67a092 (patch) | |
| tree | 223f2e4e9954e1d5433e6009f8fb4c45c9e774a0 /src/Makefile.am | |
| parent | ba9d39dfd48002c17bf17517cf75400927ba844d (diff) | |
| download | xine-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.am | 2 |
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 \ |
