comparison configure @ 28009:1653ae9be02f

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).
author uau
date Wed, 26 Nov 2008 18:49:16 +0000
parents a0d376b63a6a
children 17d25dc5818d
comparison
equal deleted inserted replaced
28008:a0d376b63a6a 28009:1653ae9be02f
8069 LIBPREF=lib 8069 LIBPREF=lib
8070 LIBSUF=.a 8070 LIBSUF=.a
8071 LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF) 8071 LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF)
8072 8072
8073 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. 8073 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
8074 CONFIG_AANDCT=yes
8074 CONFIG_FFT=yes 8075 CONFIG_FFT=yes
8075 CONFIG_FFT_MMX=$fft_mmx 8076 CONFIG_FFT_MMX=$fft_mmx
8076 CONFIG_GOLOMB=yes 8077 CONFIG_GOLOMB=yes
8077 CONFIG_MDCT=yes 8078 CONFIG_MDCT=yes
8078 8079
8079 CONFIG_ENCODERS=yes 8080 CONFIG_ENCODERS=yes
8080 CONFIG_GPL=yes 8081 CONFIG_GPL=yes
8081 CONFIG_AANDCT=yes
8082 CONFIG_LIBAMR=$_libamr 8082 CONFIG_LIBAMR=$_libamr
8083 CONFIG_LIBAMR_NB=$_libamr_nb 8083 CONFIG_LIBAMR_NB=$_libamr_nb
8084 CONFIG_LIBAMR_WB=$_libamr_wb 8084 CONFIG_LIBAMR_WB=$_libamr_wb
8085 CONFIG_LIBDIRAC=$_libdirac_lavc 8085 CONFIG_LIBDIRAC=$_libdirac_lavc
8086 CONFIG_LIBFAAC=$_faac_lavc 8086 CONFIG_LIBFAAC=$_faac_lavc
8508 #define CONFIG_GPL 1 8508 #define CONFIG_GPL 1
8509 #define ENABLE_SMALL 0 8509 #define ENABLE_SMALL 0
8510 #define ENABLE_GRAY 0 8510 #define ENABLE_GRAY 0
8511 8511
8512 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ 8512 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
8513 #define CONFIG_AANDCT 1
8514 #define ENABLE_AANDCT 1
8513 #define CONFIG_FFT 1 8515 #define CONFIG_FFT 1
8514 #define ENABLE_FFT 1 8516 #define ENABLE_FFT 1
8515 #define CONFIG_GOLOMB 1 8517 #define CONFIG_GOLOMB 1
8516 #define ENABLE_GOLOMB 1 8518 #define ENABLE_GOLOMB 1
8517 #define CONFIG_MDCT 1 8519 #define CONFIG_MDCT 1