diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-05 20:33:42 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-05 20:33:42 +0000 |
commit | f460bf9bc1c64b4cd7b6f7ea93823df473502aa9 (patch) | |
tree | 9d3b4d5b35c098a8f05f7053802641c2a78c56a0 /ext | |
parent | 7b86873c7aa9fdfee5f257823a971033b1e46f2c (diff) | |
download | gst-plugins-bad-BRANCH-RELEASE-0_4_0.tar.gz gst-plugins-bad-BRANCH-RELEASE-0_4_0.tar.bz2 gst-plugins-bad-BRANCH-RELEASE-0_4_0.zip |
here we goBRANCH-RELEASE-0_4_0
Original commit message from CVS:
here we go
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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) \ |