mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
Fix compilation with --disable-decoders.
patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6a09487edc
commit
29c5cdcaec
3 changed files with 10 additions and 0 deletions
|
@ -640,7 +640,9 @@ PCM_CODEC(CODEC_ID_ADPCM_SBPRO_2, adpcm_sbpro_2);
|
|||
/* parsers */
|
||||
av_register_codec_parser(&mpegvideo_parser);
|
||||
av_register_codec_parser(&mpeg4video_parser);
|
||||
#ifdef CONFIG_CAVS_DECODER
|
||||
av_register_codec_parser(&cavsvideo_parser);
|
||||
#endif
|
||||
#if defined(CONFIG_H261_DECODER) || defined(CONFIG_H261_ENCODER)
|
||||
av_register_codec_parser(&h261_parser);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue