summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Schmitz <vortex@wolpzone.de>2009-02-05 16:54:01 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-05 17:52:38 +0100
commit0bc20cb186574ddda39a80acef491e9af7045cfc (patch)
treed92004bb502fecd16b955f6a554a205d76b6ebe6 /ext/Makefile.am
parent3af671425b0b7503e6af718e818040d6c6260d6a (diff)
downloadgst-plugins-bad-0bc20cb186574ddda39a80acef491e9af7045cfc.tar.gz
gst-plugins-bad-0bc20cb186574ddda39a80acef491e9af7045cfc.tar.bz2
gst-plugins-bad-0bc20cb186574ddda39a80acef491e9af7045cfc.zip
Add assrender plugin for rendering ASS/SSA subtitles
This element has the advantage over subparse's ASS/SSA support that more features are supported, like fading, by using libass. Fixes bug #481075.
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) \