[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.110,1.111

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Mar 13 17:25:10 CET 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv465/libvo

Modified Files:
	vo_sdl.c 
Log Message:
fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>

Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- vo_sdl.c	16 Jan 2004 17:31:37 -0000	1.110
+++ vo_sdl.c	13 Mar 2004 16:25:08 -0000	1.111
@@ -139,8 +139,8 @@
 #include <SDL.h>
 //#include <SDL/SDL_syswm.h>
 
-#if  defined(HPUX) || defined(sgi) || (defined(sun) && defined(__svr4__))
-/* setenv is missing on solaris, IRIX and HPUX */
+#if defined(WIN32) || defined(HPUX) || defined(sgi) || (defined(sun) && defined(__svr4__))
+/* setenv is missing on win32, solaris, IRIX and HPUX */
 static void setenv(const char *name, const char *val, int _xx)
 {
     int len  = strlen(name) + strlen(val) + 2;




More information about the MPlayer-cvslog mailing list