[FFmpeg-cvslog] lavc/textdec: fix subviewer1 preproc check.
Clément Bœsch
git at videolan.org
Mon Dec 31 13:07:18 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon Dec 31 13:06:29 2012 +0100| [87350d6b44b245d6b8cd28dc499d0fb9dbf15dad] | committer: Clément Bœsch
lavc/textdec: fix subviewer1 preproc check.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87350d6b44b245d6b8cd28dc499d0fb9dbf15dad
---
libavcodec/textdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
{
More information about the ffmpeg-cvslog
mailing list