# HG changeset patch # User diego # Date 1268635161 0 # Node ID 0651155480a590eeaf28631a74a1830584928af6 # Parent 88e57c2b3f58d60325cdd797f1ab1a669f58214e Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg. diff -r 88e57c2b3f58 -r 0651155480a5 configure --- a/configure Sun Mar 14 23:42:03 2010 +0000 +++ b/configure Mon Mar 15 06:39:21 2010 +0000 @@ -9217,6 +9217,8 @@ /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCT 1 +#define CONFIG_DCT 1 +#define CONFIG_DWT 1 #define CONFIG_FFT 1 #define CONFIG_GOLOMB 1 #define CONFIG_LPC 1