Avoid linking with h263.c functions when the relevant codecs
are not compiled in. Originally committed as revision 9581 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f79488d426
commit
eb75a69818
5 changed files with 86 additions and 15 deletions
|
|
@ -38,5 +38,7 @@
|
|||
ENABLE_WMV2_ENCODER)
|
||||
#define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER)
|
||||
#define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER)
|
||||
#define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER)
|
||||
#define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER)
|
||||
|
||||
#endif /* MSMPEG4_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue