From 9cfe3ca2335d2c72a2c2d32afb2c70935fce4b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 12 Dec 2011 10:40:08 +0100 Subject: [PATCH] teletextdec: Properly integrate into the build system --- ext/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 95ba3da..dc62386 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -349,9 +349,9 @@ SWFDEC_DIR= endif if USE_TELETEXTDEC -TELETEXT_DIR=teletextdec +TELETEXTDEC_DIR=teletextdec else -TELETEXT_DIR= +TELETEXTDEC_DIR= endif if USE_VP8 -- 2.7.4