inet_aton needs _DARWIN_C_SOURCE on OS X
Originally committed as revision 22285 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ac11d562e5
commit
38c3b6e73e
@ -22,6 +22,7 @@
|
||||
|
||||
/* needed by inet_aton() */
|
||||
#define _SVID_SOURCE
|
||||
#define _DARWIN_C_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
#include "avformat.h"
|
||||
|
Loading…
Reference in New Issue
Block a user