Commit 87350d6b authored by Clément Bœsch's avatar Clément Bœsch

lavc/textdec: fix subviewer1 preproc check.

parent 72ff8ee1
...@@ -128,7 +128,7 @@ AVCodec ff_text_decoder = { ...@@ -128,7 +128,7 @@ AVCodec ff_text_decoder = {
}; };
#endif #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) static int linebreak_init(AVCodecContext *avctx)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment