summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-05-08 11:14:15 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-08 18:14:46 -0300
commit5855511ba47f09b329878fd6e78fc4e84edb091c (patch)
treee0ffed4a67887f7079fb96490303926da51de9a0 /ext
parent9f190cdff70207cb933e88e24dbbe1cf75f80782 (diff)
dash: enable in configure/makefiles
It was intentionally disabled up to this point to prevent compile failures as dashdemux development commits were all for 0.10 up to here
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 8e4e46766..fa729b752 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -52,6 +52,12 @@ else
CURL_DIR=
endif
+if USE_DASH
+DASH_DIR=dash
+else
+DASH_DIR=
+endif
+
if USE_DC1394
DC1394_DIR=dc1394
else
@@ -394,6 +400,7 @@ SUBDIRS=\
$(CELT_DIR) \
$(CHROMAPRINT_DIR) \
$(CURL_DIR) \
+ $(DASH_DIR) \
$(DC1394_DIR) \
$(DIRAC_DIR) \
$(DIRECTFB_DIR) \