Fix wmv1 decoding if no other msmpeg4-related decoder was compiled.

This commit is contained in:
Carl Eugen Hoyos 2014-07-09 08:27:24 +02:00
parent c8b2cf4996
commit e4dfc3f9b8

View File

@ -59,6 +59,7 @@ int ff_wmv2_decode_mb(MpegEncContext *s, int16_t block[6][64]);
#define CONFIG_MSMPEG4_DECODER (CONFIG_MSMPEG4V1_DECODER || \
CONFIG_MSMPEG4V2_DECODER || \
CONFIG_MSMPEG4V3_DECODER || \
CONFIG_WMV1_DECODER || \
CONFIG_WMV2_DECODER || \
CONFIG_VC1_DECODER)
#define CONFIG_MSMPEG4_ENCODER (CONFIG_MSMPEG4V2_ENCODER || \