diff options
-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) { |