[Ffmpeg-cvslog] CVS: ffmpeg/libavformat tcp.c,1.14,1.15

Diego Biurrun CVS diego
Mon May 9 12:48:14 CEST 2005


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

Modified Files:
	tcp.c 
Log Message:
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>


Index: tcp.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/tcp.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- tcp.c	24 Feb 2005 19:08:50 -0000	1.14
+++ tcp.c	9 May 2005 10:48:12 -0000	1.15
@@ -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__





More information about the ffmpeg-cvslog mailing list