# HG changeset patch # User uau # Date 1227725356 0 # Node ID 1653ae9be02f9eb0ff452fe538082c087e0b5bb2 # Parent a0d376b63a6a5704954e39d3daa5d310f46b9588 configure: Move AANDCT config.mak entry and add config.h #defines Move the config.mak "CONFIG_AANDCT=yes" line to where other similar features are, and add missing CONFIG_AANDCT and ENABLE_AANDCT #defines to config.h (though current FFmpeg code works without them). diff -r a0d376b63a6a -r 1653ae9be02f configure --- a/configure Wed Nov 26 18:17:55 2008 +0000 +++ b/configure Wed Nov 26 18:49:16 2008 +0000 @@ -8071,6 +8071,7 @@ LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF) # Some FFmpeg codecs depend on these. Enable them unconditionally for now. +CONFIG_AANDCT=yes CONFIG_FFT=yes CONFIG_FFT_MMX=$fft_mmx CONFIG_GOLOMB=yes @@ -8078,7 +8079,6 @@ CONFIG_ENCODERS=yes CONFIG_GPL=yes -CONFIG_AANDCT=yes CONFIG_LIBAMR=$_libamr CONFIG_LIBAMR_NB=$_libamr_nb CONFIG_LIBAMR_WB=$_libamr_wb @@ -8510,6 +8510,8 @@ #define ENABLE_GRAY 0 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ +#define CONFIG_AANDCT 1 +#define ENABLE_AANDCT 1 #define CONFIG_FFT 1 #define ENABLE_FFT 1 #define CONFIG_GOLOMB 1