[MPlayer-cvslog] r30896 - trunk/configure

diego subversion at mplayerhq.hu
Mon Mar 15 07:39:21 CET 2010


Author: diego
Date: Mon Mar 15 07:39:21 2010
New Revision: 30896

Log:
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Mar 15 00:42:03 2010	(r30895)
+++ trunk/configure	Mon Mar 15 07:39:21 2010	(r30896)
@@ -9217,6 +9217,8 @@ $def_yasm
 
 /* 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


More information about the MPlayer-cvslog mailing list