summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
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