mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 02:42:21 +00:00
Fix wmv1 decoding if no other msmpeg4-related decoder was compiled.
This commit is contained in:
parent
c8b2cf4996
commit
e4dfc3f9b8
@ -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 || \
|
||||
|
Loading…
Reference in New Issue
Block a user