[MPlayer-cvslog] r36050 - trunk/configure

michael subversion at mplayerhq.hu
Sun Mar 24 01:57:38 CET 2013


Author: michael
Date: Sun Mar 24 01:57:38 2013
New Revision: 36050

Log:
configure: add CONFIG_MEMORY_POISONING to silence ffmpeg compile warnings

and to prevent compilation failure in the next ffmpeg revission

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Mar 23 19:29:58 2013	(r36049)
+++ trunk/configure	Sun Mar 24 01:57:38 2013	(r36050)
@@ -9064,6 +9064,7 @@ $def_truncf
 #define CONFIG_GRAY 0
 #define CONFIG_LIBMODPLUG 0
 #define CONFIG_LIBVORBIS 0
+#define CONFIG_MEMORY_POISONING 0
 #define CONFIG_OPENSSL 0
 #define CONFIG_POWERPC_PERF 0
 /* For now prefer speed over avoiding potential invalid reads */


More information about the MPlayer-cvslog mailing list