summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorVincent Penquerc'h <ogg.k.ogg.k@googlemail.com>2009-02-15 18:35:04 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 16:04:32 +0100
commite88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97 (patch)
treef089c9e41fceba1911dd870ad1755c4bc595ffab /ext/Makefile.am
parent114425d7eebfe4729ded504765d1a4c027db5734 (diff)
downloadgst-plugins-bad-e88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97.tar.gz
gst-plugins-bad-e88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97.tar.bz2
gst-plugins-bad-e88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97.zip
add new Kate plugin, for Kate overlay streams
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743.
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 a2ecd18d..fafa1146 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -148,6 +148,12 @@ else
JP2K_DIR =
endif
+if USE_KATE
+KATE_DIR=kate
+else
+KATE_DIR=
+endif
+
if USE_LADSPA
LADSPA_DIR = ladspa
else
@@ -362,6 +368,7 @@ SUBDIRS=\
$(IVORBIS_DIR) \
$(JACK_DIR) \
$(JP2K_DIR) \
+ $(KATE_DIR) \
$(LADSPA_DIR) \
$(LV2_DIR) \
$(LCS_DIR) \
@@ -411,6 +418,7 @@ DIST_SUBDIRS = \
ladspa \
jack \
jp2k \
+ kate \
libmms \
lv2 \
dts \