summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-02-23 17:35:35 +0000
committerChristian Schaller <uraeus@gnome.org>2003-02-23 17:35:35 +0000
commitda346202e4527534bc410940eda62f8869ed0e70 (patch)
treec2be9e7b106a5a87b2fc28f99bcf6de30b18603a /ext/Makefile.am
parentea2dd02a4a8413b5c28e7a400121edce851e5d62 (diff)
downloadgst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.tar.gz
gst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.tar.bz2
gst-plugins-bad-da346202e4527534bc410940eda62f8869ed0e70.zip
merge integer based Tremor vorbis plugin
Original commit message from CVS: merge integer based Tremor vorbis plugin
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 0d107fc5..6816c7de 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -238,6 +238,12 @@ else
TARKIN_DIR=
endif
+if USE_IVORBIS
+IVORBIS_DIR=ivorbis
+else
+IVORBIS_DIR=
+endif
+
if USE_VORBIS
VORBIS_DIR=vorbis
else
@@ -268,7 +274,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
$(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
- $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR)
+ $(IVORBIS_DIR) $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR)
DIST_SUBDIRS=\
a52dec aalib alsa \
@@ -276,7 +282,7 @@ DIST_SUBDIRS=\
audiofile cdparanoia dv \
dvdread dvdnav esd mas ffmpeg \
flac gnomevfs gsm \
- hermes http jack jpeg \
+ hermes http ivorbis jack jpeg \
ladspa lame lcs libfame libpng \
mad mikmod mjpegtools mpeg2dec \
openquicktime raw1394 rtp \