Browse Source

lavc/textdec: fix subviewer1 preproc check.

tags/n1.1
Clément Bœsch 12 years ago
parent
commit
87350d6b44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/textdec.c

+ 1
- 1
libavcodec/textdec.c View File

@@ -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)
{


Loading…
Cancel
Save