diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:55:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:55:48 +0000 |
commit | 616c26ab2218b26032d7f6d08c41383905424e02 (patch) | |
tree | b8318ea72141683a478dd6864ec2f01784071446 /ext | |
parent | ce7b6d9e0faf76047452327396670a895cdf0a94 (diff) | |
download | gst-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')
-rw-r--r-- | ext/Makefile.am | 11 |
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 |