You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -22,6 +22,7 @@
|
||||
|
||||
/* needed by inet_aton() */
|
||||
#define _SVID_SOURCE
|
||||
#define _DARWIN_C_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
#include "avformat.h"
|
||||
|
Reference in New Issue
Block a user