[MPlayer-cvslog] CVS: main/libmpdemux cddb.c,1.22,1.23

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 20 23:44:15 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv5778/libmpdemux

Modified Files:
	cddb.c 
Log Message:
Cygwin compilation fix
patch by Erik Lunchpail < erik_27can  %%@%%  yahoo  %%.%%  com >


Index: cddb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cddb.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- cddb.c	25 Nov 2005 02:06:47 -0000	1.22
+++ cddb.c	20 Jan 2006 22:44:12 -0000	1.23
@@ -28,7 +28,9 @@
 #define mkdir(a,b) mkdir(a)
 #endif
 #include <windows.h>
+#ifdef HAVE_WINSOCK2
 #include <winsock2.h>
+#endif
 #else
 #include <netdb.h>
 #include <sys/ioctl.h>




More information about the MPlayer-cvslog mailing list