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:
Emiliano Parasassi 2006-07-07 11:08:58 +00:00 committed by Diego Biurrun
parent 6a09487edc
commit 29c5cdcaec
3 changed files with 10 additions and 0 deletions

View file

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