mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>
Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
97006039cc
commit
01cf54f041
@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#if defined(__APPLE__) || defined(__BEOS__)
|
||||
#if defined(__BEOS__)
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
#ifndef __BEOS__
|
||||
|
Loading…
Reference in New Issue
Block a user