diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-12-30 02:01:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-12-30 02:01:19 +0000 |
commit | b928b1bb011e5f8971eb0fc87400cdc6687af0b3 (patch) | |
tree | 339a8a1365bcaec5a944281e9c713b9d55876d58 /libavcodec | |
parent | 7c5417ef360ecb0553903fcce9ef885d25716cee (diff) | |
download | ffmpeg-b928b1bb011e5f8971eb0fc87400cdc6687af0b3.tar.gz |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h263.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h index 1f8dbe11b4..16aa242abf 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -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) |