From f460bf9bc1c64b4cd7b6f7ea93823df473502aa9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 5 Jul 2002 20:33:42 +0000 Subject: here we go Original commit message from CVS: here we go --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index d22c65fd..72afc287 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,10 +46,10 @@ else CDPARANOIA_DIR= endif -if USE_LIBDV -LIBDV_DIR=dv +if USE_DV +DV_DIR=dv else -LIBDV_DIR= +DV_DIR= endif if USE_DVDREAD @@ -228,7 +228,7 @@ endif SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \ - $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(LIBDV_DIR) \ + $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) \ $(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) \ $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \ -- cgit v1.2.1