diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-03 09:59:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-03 09:59:10 +0000 |
commit | 1c087c8a15062bec8bd616e9dfff7a7d4498f908 (patch) | |
tree | 09383f7a7a515aababe319fd1fd35df89b1c0bec /ext | |
parent | 5b1cd15706e0f7a5ad73fb0bfefd64395a610004 (diff) | |
download | gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.gz gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.bz2 gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.zip |
various name fixes and sundry
Original commit message from CVS:
various name fixes and sundry
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 14 |
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 \ |