# HG changeset patch # User michael # Date 1364086658 0 # Node ID 6f64e8736f9cd1243838d6ef07c80b9d9d8c829c # Parent 7d9406af9f09522ec03bff8ef35f4eb002e1629f 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 diff -r 7d9406af9f09 -r 6f64e8736f9c configure --- a/configure Sat Mar 23 18:29:58 2013 +0000 +++ b/configure Sun Mar 24 00:57:38 2013 +0000 @@ -9064,6 +9064,7 @@ #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 */