summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:20:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:20:34 +0000
commit6bd7199f3af8001036926261c4c2a22a725bee39 (patch)
treeedca90a176655aede72d4102513d7139cf325722 /ext/Makefile.am
parentdbf7acdf1d2218ba986021a3d6439cf848fd9162 (diff)
downloadgst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.gz
gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.tar.bz2
gst-plugins-bad-6bd7199f3af8001036926261c4c2a22a725bee39.zip
Move wavpack to good.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-wavpack.xml: * ext/Makefile.am: * ext/wavpack/Makefile.am: * ext/wavpack/gstwavpack.c: * ext/wavpack/gstwavpackcommon.c: * ext/wavpack/gstwavpackcommon.h: * ext/wavpack/gstwavpackdec.c: * ext/wavpack/gstwavpackdec.h: * ext/wavpack/gstwavpackenc.c: * ext/wavpack/gstwavpackenc.h: * ext/wavpack/gstwavpackparse.c: * ext/wavpack/gstwavpackparse.h: * ext/wavpack/gstwavpackstreamreader.c: * ext/wavpack/gstwavpackstreamreader.h: * ext/wavpack/md5.c: * ext/wavpack/md5.h: * tests/check/Makefile.am: * tests/check/elements/wavpackdec.c: * tests/check/elements/wavpackenc.c: * tests/check/elements/wavpackparse.c: Move wavpack to good.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 1f42647e..a986ee91 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -94,12 +94,6 @@ endif
HERMES_DIR=
# endif
-if USE_WAVPACK
-WAVPACK_DIR=wavpack
-else
-WAVPACK_DIR=
-endif
-
if USE_IVORBIS
IVORBIS_DIR=ivorbis
else
@@ -303,12 +297,11 @@ SUBDIRS=\
$(TARKIN_DIR) \
$(THEORA_DIR) \
$(TIMIDITY_DIR) \
- $(WAVPACK_DIR) \
$(X264_DIR) \
$(XINE_DIR) \
$(XVID_DIR)
-DIST_SUBDIRS= \
+DIST_SUBDIRS = \
alsaspdif \
amrwb \
bz2 \
@@ -336,6 +329,5 @@ DIST_SUBDIRS= \
swfdec \
theora \
timidity \
- wavpack \
x264 \
xvid