Commit e05a7d92 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20973 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 07867e83
......@@ -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 */
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