# HG changeset patch # User cehoyos # Date 1379156244 0 # Node ID c4ed4b2d107e623b3c525be97ab5abebd14be557 # Parent e681dc0ea00ab99c119f638f17f760386c928a7e Do not suppress FFmpeg deprecated warnings with pragma. Fixes compilation on OSX 10.5 Tested by luvyua and Fred Brockstedt. diff -r e681dc0ea00a -r c4ed4b2d107e configure --- a/configure Mon Sep 09 19:40:56 2013 +0000 +++ b/configure Sat Sep 14 10:57:24 2013 +0000 @@ -9087,7 +9087,7 @@ #define HAVE_INCOMPATIBLE_LIBAV_ABI 0 #define HAVE_MSVCRT 0 -#define HAVE_PRAGMA_DEPRECATED 1 +#define HAVE_PRAGMA_DEPRECATED 0 #define CONFIG_AUDIO_FLOAT 0 #define CONFIG_AVCODEC 1 #define CONFIG_AVSERVER 0