Commit b928b1bb authored by Diego Biurrun's avatar Diego Biurrun

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
parent 7c5417ef
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment