summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
commit223ce42ed6a3c551f68005eaafb287d118dd271a (patch)
tree74fb4b351dfdf14e1071f0165e853a883e4de8ee /ext
parent56efeff3b4c1a1731449128ce69798dd2d43d501 (diff)
various name fixes and sundry
Original commit message from CVS: various name fixes and sundry
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2e4cd315..dfc17a09 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -64,11 +64,11 @@ else
ESD_DIR=
endif
-if USE_FESTIVAL
-FESTIVAL_DIR=festival
-else
-FESTIVAL_DIR=
-endif
+## if USE_FESTIVAL
+## FESTIVAL_DIR=festival
+## else
+## FESTIVAL_DIR=
+## endif
if USE_GSM
GSM_DIR=gsm
@@ -213,7 +213,7 @@ endif
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
$(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) \
- $(DVDREAD_DIR) $(ESD_DIR) $(FESTIVAL_DIR) \
+ $(DVDREAD_DIR) $(ESD_DIR) \
$(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \
$(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \
$(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \
@@ -226,7 +226,7 @@ DIST_SUBDIRS=\
a52dec aalib alsa \
arts artsd avifile \
audiofile cdparanoia dv \
- dvdread esd festival \
+ dvdread esd ffmpeg \
flac gnomevfs gsm \
hermes http jack jpeg \
ladspa lame lcs \