summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:55:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:55:48 +0000
commit616c26ab2218b26032d7f6d08c41383905424e02 (patch)
treeb8318ea72141683a478dd6864ec2f01784071446 /ext/Makefile.am
parentce7b6d9e0faf76047452327396670a895cdf0a94 (diff)
downloadgst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.tar.gz
gst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.tar.bz2
gst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.zip
more cleanups adding avifile
Original commit message from CVS: more cleanups adding avifile
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 92ff0db5..3bd9abd3 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -22,6 +22,13 @@ else
AUDIOFILE_DIR=
endif
+if USE_AVIFILE
+AVIFILE_DIR=avifile
+else
+AVIFILE_DIR=
+endif
+
+
if USE_DVDREAD
DVDREAD_DIR=dvdread
else
@@ -65,9 +72,9 @@ VORBIS_DIR=
endif
SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \
- $(DVDREAD_DIR) $(ESD_DIR) \
+ $(AVIFILE_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
$(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \
$(SDL_DIR) $(VORBIS_DIR)
-DIST_SUBDIRS=a52 aalib alsa audiofile dvdread esd \
+DIST_SUBDIRS=a52 aalib alsa avifile audiofile dvdread esd \
lame mad mpeg2dec sdl vorbis