From fe0263870f443b53324a24829492f8cbccad0601 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Fri, 5 Jul 2002 10:17:09 +0000 Subject: attempt to fix my sucky dv and festival breakage. Original commit message from CVS: attempt to fix my sucky dv and festival breakage. --- ext/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 32f9741e..d22c65fd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,10 +46,10 @@ else CDPARANOIA_DIR= endif -if USE_DV -DV_DIR=dv +if USE_LIBDV +LIBDV_DIR=dv else -DV_DIR= +LIBDV_DIR= endif if USE_DVDREAD @@ -228,9 +228,9 @@ endif SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ - $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) \ + $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(LIBDV_DIR) \ $(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) \ - $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ + $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \ $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) $(LIBFAME_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ @@ -242,7 +242,7 @@ DIST_SUBDIRS=\ a52dec aalib alsa \ arts artsd avifile \ audiofile cdparanoia dv \ - dvdread dvdnav esd festival ffmpeg \ + dvdread dvdnav esd ffmpeg \ flac gnomevfs gsm \ hermes http jack jpeg \ ladspa lame lcs libfame \ -- cgit v1.2.1