summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-14 19:29:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-14 19:29:18 +0000
commit8fc010783beca91f62fc32e3549d4cbe8d4fb968 (patch)
treeb20938e08e7e0c00985debb197efd6447d1ffcf8 /src/Makefile.am
parent67b7e5b659b259e7f2ddf7469587ca51a34f2901 (diff)
downloadxine-lib-8fc010783beca91f62fc32e3549d4cbe8d4fb968.tar.gz
xine-lib-8fc010783beca91f62fc32e3549d4cbe8d4fb968.tar.bz2
added missing dispose function to video_decoder.h, ffmpeg compiles now
CVS patchset: 2830 CVS date: 2002/10/14 19:29:18
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 66742e03c..50bc6a866 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,21 +9,21 @@ SUBDIRS = \
libmpeg2 \
libspudec \
demuxers \
- liba52 \
+# liba52 \
libffmpeg \
- liblpcm \
- libw32dll \
- libmad \
- libdts \
- libvorbis \
- libdivx4 \
- libsputext \
- libspucc \
- libxvid \
- libxinevdec \
- libxineadec \
- libfaad
-
+# liblpcm \
+# libw32dll \
+ libmad
+# libdts \
+# libvorbis \
+# libdivx4 \
+# libsputext \
+# libspucc \
+# libxvid \
+# libxinevdec \
+# libxineadec \
+# libfaad
+
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \
(cd $$subdir && $(MAKE) $@) || exit; \