summaryrefslogtreecommitdiffstats
path: root/libavcodec/textdec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-31 13:06:29 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-31 13:06:29 +0100
commit87350d6b44b245d6b8cd28dc499d0fb9dbf15dad (patch)
tree6a97b47d39c0972faa2ce7fb505335657c6f47c2 /libavcodec/textdec.c
parent72ff8ee158c72947a369745d95c0703e39f3a61b (diff)
downloadffmpeg-streaming-87350d6b44b245d6b8cd28dc499d0fb9dbf15dad.zip
ffmpeg-streaming-87350d6b44b245d6b8cd28dc499d0fb9dbf15dad.tar.gz
lavc/textdec: fix subviewer1 preproc check.
Diffstat (limited to 'libavcodec/textdec.c')
-rw-r--r--libavcodec/textdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/textdec.c b/libavcodec/textdec.c
index 9b97bac..f3e6117 100644
--- a/libavcodec/textdec.c
+++ b/libavcodec/textdec.c
@@ -128,7 +128,7 @@ AVCodec ff_text_decoder = {
};
#endif
-#if CONFIG_VPLAYER_DECODER || CONFIG_PJS_DECODER || CONFIG_TEXT_DECODER
+#if CONFIG_VPLAYER_DECODER || CONFIG_PJS_DECODER || CONFIG_SUBVIEWER1_DECODER
static int linebreak_init(AVCodecContext *avctx)
{
OpenPOWER on IntegriCloud