[FFmpeg-cvslog] r11096 - in trunk: ffserver.c libavformat/rtpproto.c

diego subversion
Tue Nov 27 12:42:09 CET 2007


Author: diego
Date: Tue Nov 27 12:42:09 2007
New Revision: 11096

Log:
Add #include "os_support.h" to restore OS/2 support.
patch by Dave Yeo, daveryeo telus net


Modified:
   trunk/ffserver.c
   trunk/libavformat/rtpproto.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Tue Nov 27 12:42:09 2007
@@ -28,6 +28,7 @@
 #include "avformat.h"
 #include "rtsp.h"
 #include "rtp.h"
+#include "os_support.h"
 
 #include <stdarg.h>
 #include <unistd.h>

Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c	(original)
+++ trunk/libavformat/rtpproto.c	Tue Nov 27 12:42:09 2007
@@ -24,6 +24,7 @@
 #include <unistd.h>
 #include <stdarg.h>
 #include "network.h"
+#include "os_support.h"
 #include <fcntl.h>
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)




More information about the ffmpeg-cvslog mailing list