From 21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 2 Apr 2005 19:51:55 +0000 Subject: New plugin: wavpackdec; add typefinding for wavpack Original commit message from CVS: New plugin: wavpackdec; add typefinding for wavpack --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') 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 -- cgit v1.2.1