Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-31 16:06:29 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-31 16:06:29 +0400
commit87350d6b44b245d6b8cd28dc499d0fb9dbf15dad (patch)
tree6a97b47d39c0972faa2ce7fb505335657c6f47c2 /libavcodec/textdec.c
parent72ff8ee158c72947a369745d95c0703e39f3a61b (diff)
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 9b97bacabd..f3e6117aeb 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)
{