diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-26 21:51:41 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-26 21:51:41 +0000 |
commit | 6f09e5d230561efacc9b8858fc5aa016834783d2 (patch) | |
tree | 5726eac513da5b5ce3ed71b1c873d6d85a771ae4 /ext | |
parent | 73fa41299c11342feb57e2c5efafe69294cb2946 (diff) | |
download | gst-plugins-bad-6f09e5d230561efacc9b8858fc5aa016834783d2.tar.gz gst-plugins-bad-6f09e5d230561efacc9b8858fc5aa016834783d2.tar.bz2 gst-plugins-bad-6f09e5d230561efacc9b8858fc5aa016834783d2.zip |
taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index b889fb38..62b96367 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,7 +1,7 @@ -if USE_A52 -A52_DIR=a52 +if USE_A52DEC +A52DEC_DIR=a52dec else -A52_DIR= +A52DEC_DIR= endif if USE_AALIB @@ -178,7 +178,7 @@ else XMMS_DIR= endif -SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ +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) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \ @@ -186,7 +186,7 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) \ $(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR) -DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \ +DIST_SUBDIRS=a52dec aalib alsa arts artsd avifile audiofile cdparanoia \ dv dvdread esd \ festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \ openquicktime rtp sdl shout smoothwave vorbis xmms |