diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-02-02 13:07:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-02-02 13:07:30 +0000 |
commit | e2a5fd2049a444f5bbfdca28d7c05ebb8a41de8b (patch) | |
tree | 63ad8d5ee6bf9488997fcb067171f519ed534883 /libavformat | |
parent | 89e3a1b41655ae161fcc80039cf46478d0c3bd80 (diff) | |
download | ffmpeg-e2a5fd2049a444f5bbfdca28d7c05ebb8a41de8b.tar.gz |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 619de273bf..4fd3d607a2 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -21,7 +21,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> -#if defined(__BEOS__) +#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) typedef int socklen_t; #endif #ifndef __BEOS__ |