[FFmpeg-cvslog] r22285 - trunk/libavformat/os_support.c

conrad subversion
Sun Mar 7 20:49:02 CET 2010


Author: conrad
Date: Sun Mar  7 20:49:02 2010
New Revision: 22285

Log:
inet_aton needs _DARWIN_C_SOURCE on OS X

Modified:
   trunk/libavformat/os_support.c

Modified: trunk/libavformat/os_support.c
==============================================================================
--- trunk/libavformat/os_support.c	Sun Mar  7 20:48:59 2010	(r22284)
+++ trunk/libavformat/os_support.c	Sun Mar  7 20:49:02 2010	(r22285)
@@ -22,6 +22,7 @@
 
 /* needed by inet_aton() */
 #define _SVID_SOURCE
+#define _DARWIN_C_SOURCE
 
 #include "config.h"
 #include "avformat.h"



More information about the ffmpeg-cvslog mailing list