mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
It is just a logical OR of several decoder definitions, all of which depend on CONFIG_H263_DECODER. So it can just be replaced by the latter. Originally committed as revision 20973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
af8a008a68
commit
716d1c2a31
@ -25,10 +25,6 @@
|
||||
#include "config.h"
|
||||
#include "msmpeg4.h"
|
||||
|
||||
#define CONFIG_ANY_H263_DECODER (CONFIG_H263_DECODER || \
|
||||
CONFIG_MSMPEG4_DECODER || \
|
||||
CONFIG_WMV1_DECODER || \
|
||||
CONFIG_WMV2_DECODER)
|
||||
#define CONFIG_ANY_H263 (CONFIG_ANY_H263_DECODER || CONFIG_H263_ENCODER)
|
||||
#define CONFIG_ANY_H263 (CONFIG_H263_DECODER || CONFIG_H263_ENCODER)
|
||||
|
||||
#endif /* AVCODEC_H263_H */
|
||||
|
Loading…
Reference in New Issue
Block a user