diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-12-12 10:40:08 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-12-12 10:40:08 +0100 |
commit | 9cfe3ca2335d2c72a2c2d32afb2c70935fce4b90 (patch) | |
tree | 4d7605d4f20a0b612ece8673e8c6f92be3168ea4 /ext/Makefile.am | |
parent | ddea611c0255340ebe5c11251ac55e4dc2ecaa80 (diff) | |
download | gstreamer-plugins-bad-9cfe3ca2335d2c72a2c2d32afb2c70935fce4b90.tar.gz |
teletextdec: Properly integrate into the build system
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 95ba3da75..dc62386ca 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 |