mirror of https://git.ffmpeg.org/ffmpeg.git
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
There is no need to list decoders that enable the H.263 decoder anyway. Originally committed as revision 20970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c5417ef36
commit
b928b1bb01
|
@ -26,11 +26,6 @@
|
|||
#include "msmpeg4.h"
|
||||
|
||||
#define CONFIG_ANY_H263_DECODER (CONFIG_H263_DECODER || \
|
||||
CONFIG_H263I_DECODER || \
|
||||
CONFIG_FLV_DECODER || \
|
||||
CONFIG_RV10_DECODER || \
|
||||
CONFIG_RV20_DECODER || \
|
||||
CONFIG_MPEG4_DECODER || \
|
||||
CONFIG_MSMPEG4_DECODER || \
|
||||
CONFIG_WMV_DECODER)
|
||||
#define CONFIG_ANY_H263 (CONFIG_ANY_H263_DECODER || CONFIG_H263_ENCODER)
|
||||
|
|
Loading…
Reference in New Issue