[MPlayer-cvslog] r27141 - trunk/stream/librtsp/rtsp.c

vayne subversion at mplayerhq.hu
Sat Jun 28 21:32:35 CEST 2008


Author: vayne
Date: Sat Jun 28 21:32:35 2008
New Revision: 27141

Log:
mingw uses Windows sockets.

Modified:
   trunk/stream/librtsp/rtsp.c

Modified: trunk/stream/librtsp/rtsp.c
==============================================================================
--- trunk/stream/librtsp/rtsp.c	(original)
+++ trunk/stream/librtsp/rtsp.c	Sat Jun 28 21:32:35 2008
@@ -42,7 +42,9 @@
 #include <sys/time.h>
 #include <sys/types.h>
 #include <inttypes.h>
-
+#ifdef HAVE_WINSOCK2
+#include <winsock2.h>
+#endif
 #include "mp_msg.h"
 #include "rtsp.h"
 #include "rtsp_session.h"



More information about the MPlayer-cvslog mailing list