From e88984ccbd4b2b7b5527cbc3ff488c5c85bb1e97 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Sun, 15 Feb 2009 18:35:04 +0000 Subject: 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. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') 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 \ -- cgit v1.2.1