summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:13:04 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:13:04 +0000
commita9474b0b39b999ef17163bec9337a96a72ddb458 (patch)
tree77b8d831565425d359d87c17bd5a42ed77651327 /stream/tv.c
parentf86cab4ecc5ca22bcfd2fc723e2fbb7b020b0b25 (diff)
downloadmpv-a9474b0b39b999ef17163bec9337a96a72ddb458.tar.bz2
mpv-a9474b0b39b999ef17163bec9337a96a72ddb458.tar.xz
Move teletext specific code from stream into libmpcodecs.
Patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29801 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 34e184a37f..7e7ba263fa 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -29,6 +29,7 @@
#include "libaf/af_format.h"
#include "libmpcodecs/img_format.h"
+#include "libmpcodecs/dec_teletext.h"
#include "libavutil/avstring.h"
#include "osdep/timer.h"