summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <amorales@flumotion.com>2010-09-13 11:59:18 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-23 15:17:37 +0200
commit8bb6ff414f320b84a04abeaff25c5d261d087ace (patch)
tree8ba500000aa80cef87204130fd4820ee570b62d6 /ext/Makefile.am
parent0e596670ef607044c09f28bb46174edeba90e7ed (diff)
downloadgstreamer-plugins-bad-8bb6ff414f320b84a04abeaff25c5d261d087ace.tar.gz
teletextdec: New teletext decoder plugin based in zvbi
https://bugzilla.gnome.org/show_bug.cgi?id=619739
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 9ece17a38..70d4c69c3 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -336,6 +336,12 @@ else
SWFDEC_DIR=
endif
+if USE_TELETEXTDEC
+TELETEXT_DIR=teletextdec
+else
+TELETEXT_DIR=
+endif
+
if USE_VP8
VP8_DIR=vp8
else
@@ -423,6 +429,7 @@ SUBDIRS=\
$(GME_DIR) \
$(SPC_DIR) \
$(SWFDEC_DIR) \
+ $(TELETEXTDEC_DIR) \
$(TIMIDITY_DIR) \
$(VP8_DIR) \
$(XVID_DIR) \
@@ -473,6 +480,7 @@ DIST_SUBDIRS = \
spc \
gme \
swfdec \
+ teletextdec \
timidity \
voaacenc \
voamrwbenc \