summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-07 16:40:42 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-07 16:40:42 +0000
commit2a5611473cb3696597240be15b0e1e662c1c79b8 (patch)
treeb975e1a5a810d109e78a419af4818455de9f0192 /libmpcodecs
parent241164f72c01b4e15e7afff36064a9217ebad77f (diff)
downloadmpv-2a5611473cb3696597240be15b0e1e662c1c79b8.tar.bz2
mpv-2a5611473cb3696597240be15b0e1e662c1c79b8.tar.xz
Remove CONFIG_TV_TELETEXT.
DVB teletext support is nearly finished, it will be possible to read teletext from file, it will not be depending on reception any more. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29851 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/dec_teletext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/dec_teletext.h b/libmpcodecs/dec_teletext.h
index 1d367e362b..50d72e9edc 100644
--- a/libmpcodecs/dec_teletext.h
+++ b/libmpcodecs/dec_teletext.h
@@ -34,11 +34,7 @@ struct tt_param {
#define VBI_CONTROL_TRUE 1
#define VBI_CONTROL_UNKNOWN -1
-#ifdef CONFIG_TV_TELETEXT
int teletext_control(void* p, int cmd, void *arg);
-#else
-#define teletext_control(p, cmd, arg) VBI_CONTROL_FALSE
-#endif
/*
TELETEXT controls (through teletext_control() )