[MPlayer-cvslog] r36444 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sat Sep 14 12:57:25 CEST 2013


Author: cehoyos
Date: Sat Sep 14 12:57:24 2013
New Revision: 36444

Log:
Do not suppress FFmpeg deprecated warnings with pragma.

Fixes compilation on OSX 10.5

Tested by luvyua and Fred Brockstedt.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Sep  9 21:40:56 2013	(r36443)
+++ trunk/configure	Sat Sep 14 12:57:24 2013	(r36444)
@@ -9087,7 +9087,7 @@ $def_truncf
 
 #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


More information about the MPlayer-cvslog mailing list