Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-02-02 16:07:30 +0300
committerMichael Niedermayer <michaelni@gmx.at>2006-02-02 16:07:30 +0300
commite2a5fd2049a444f5bbfdca28d7c05ebb8a41de8b (patch)
tree63ad8d5ee6bf9488997fcb067171f519ed534883 /libavformat/tcp.c
parent89e3a1b41655ae161fcc80039cf46478d0c3bd80 (diff)
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/tcp.c')
-rw-r--r--libavformat/tcp.c2
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__