From b928b1bb011e5f8971eb0fc87400cdc6687af0b3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 30 Dec 2009 02:01:19 +0000 Subject: 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 --- libavcodec/h263.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/h263.h') 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) -- cgit v1.2.3