diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-04-02 19:51:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-04-02 19:51:55 +0000 |
commit | 21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf (patch) | |
tree | 239663fcf082e91bb8c90eb14459551d4b54a4b5 /ext | |
parent | 631fc9060e961ceac0ff6a5c1f1e912e720acd6e (diff) | |
download | gst-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.am | 8 |
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 |