[Ffmpeg-cvslog] CVS: ffmpeg/libavformat tcp.c,1.17,1.18

Michael Niedermayer CVS michael
Thu Feb 2 14:07:32 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv17153/libavformat

Modified Files:
	tcp.c 
Log Message:
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)


Index: tcp.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/tcp.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- tcp.c	12 Jan 2006 22:43:25 -0000	1.17
+++ tcp.c	2 Feb 2006 13:07:30 -0000	1.18
@@ -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__





More information about the ffmpeg-cvslog mailing list