From 616c26ab2218b26032d7f6d08c41383905424e02 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 12:55:48 +0000 Subject: more cleanups adding avifile Original commit message from CVS: more cleanups adding avifile --- ext/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ext/Makefile.am') 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 -- cgit v1.2.1