summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index f952cc99..4839b468 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -4,6 +4,12 @@ else
ALSASPDIF_DIR =
endif
+if USE_ASSRENDER
+ASSRENDER_DIR = assrender
+else
+ASSRENDER_DIR =
+endif
+
if USE_AMRWB
AMRWB_DIR = amrwb
else
@@ -326,6 +332,7 @@ endif
SUBDIRS=\
$(ALSASPDIF_DIR) \
+ $(ASSRENDER_DIR) \
$(AMRWB_DIR) \
$(APEXSINK_DIR) \
$(ARTS_DIR) \