diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-31 13:06:29 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-31 13:06:29 +0100 |
commit | 87350d6b44b245d6b8cd28dc499d0fb9dbf15dad (patch) | |
tree | 6a97b47d39c0972faa2ce7fb505335657c6f47c2 /libavcodec | |
parent | 72ff8ee158c72947a369745d95c0703e39f3a61b (diff) | |
download | ffmpeg-87350d6b44b245d6b8cd28dc499d0fb9dbf15dad.tar.gz |
lavc/textdec: fix subviewer1 preproc check.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/textdec.c | 2 |
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) { |