summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-04-02 19:51:55 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-04-02 19:51:55 +0000
commit21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf (patch)
tree239663fcf082e91bb8c90eb14459551d4b54a4b5 /ext
parent631fc9060e961ceac0ff6a5c1f1e912e720acd6e (diff)
downloadgst-plugins-bad-21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf.tar.gz
gst-plugins-bad-21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf.tar.bz2
gst-plugins-bad-21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf.zip
New plugin: wavpackdec; add typefinding for wavpack
Original commit message from CVS: New plugin: wavpackdec; add typefinding for wavpack
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index d06cb45f..c5708837 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -406,6 +406,12 @@ else
SPEEX_DIR=
endif
+if USE_WAVPACK
+WAVPACK_DIR=wavpack
+else
+WAVPACK_DIR=
+endif
+
if USE_XINE
XINE_DIR=xine
else
@@ -478,6 +484,7 @@ SUBDIRS=\
$(THEORA_DIR) \
$(IVORBIS_DIR) \
$(VORBIS_DIR) \
+ $(WAVPACK_DIR) \
$(XINE_DIR) \
$(XVID_DIR)
@@ -547,5 +554,6 @@ DIST_SUBDIRS=\
tarkin \
theora \
vorbis \
+ wavpack \
xine \
xvid