summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2ee8bf8d..4b6e741f 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -209,6 +209,13 @@ else
TAGLIB_DIR =
endif
+if USE_THEORADEC
+THEORA_DIR = theora
+else
+THEORA_DIR =
+endif
+
+
# if USE_TARKIN
# TARKIN_DIR=tarkin
# else
@@ -263,6 +270,7 @@ SUBDIRS=\
$(SWFDEC_DIR) \
$(TAGLIB_DIR) \
$(TARKIN_DIR) \
+ $(THEORA_DIR) \
$(WAVPACK_DIR) \
$(XINE_DIR) \
$(XVID_DIR)