mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
patch by avcoder, ffmpeg gmail com Originally committed as revision 16308 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1cca8d2423
commit
bb0bfcd5ac
@ -52,7 +52,9 @@ int ff_wmv2_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
|
||||
#define ENABLE_MSMPEG4_DECODER (ENABLE_MSMPEG4V1_DECODER || \
|
||||
ENABLE_MSMPEG4V2_DECODER || \
|
||||
ENABLE_MSMPEG4V3_DECODER || \
|
||||
ENABLE_WMV2_DECODER)
|
||||
ENABLE_WMV2_DECODER || \
|
||||
ENABLE_VC1_DECODER || \
|
||||
ENABLE_WMV3_DECODER)
|
||||
#define ENABLE_MSMPEG4_ENCODER (ENABLE_MSMPEG4V1_ENCODER || \
|
||||
ENABLE_MSMPEG4V2_ENCODER || \
|
||||
ENABLE_MSMPEG4V3_ENCODER || \
|
||||
|
Loading…
Reference in New Issue
Block a user