changeset 30854:0651155480a5

Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
author diego
date Mon, 15 Mar 2010 06:39:21 +0000
parents 88e57c2b3f58
children 977fd535cc9d
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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