Mercurial > libavcodec.hg
changeset 10744:3e99ff77e0b7 libavcodec
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
There is no need to list decoders that enable the H.263 decoder anyway.
author | diego |
---|---|
date | Wed, 30 Dec 2009 02:01:19 +0000 |
parents | 157e3c5a48bd |
children | a47f207fe4b5 |
files | h263.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.h Tue Dec 29 18:26:31 2009 +0000 +++ b/h263.h Wed Dec 30 02:01:19 2009 +0000 @@ -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)