[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.111,1.112
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Mar 15 06:07:48 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv25994/libvo
Modified Files:
vo_sdl.c
Log Message:
Cygwin provides setenv. Fixes compilation on Cygwin.
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- vo_sdl.c 13 Mar 2004 16:25:08 -0000 1.111
+++ vo_sdl.c 15 Mar 2004 05:07:46 -0000 1.112
@@ -139,7 +139,7 @@
#include <SDL.h>
//#include <SDL/SDL_syswm.h>
-#if defined(WIN32) || defined(HPUX) || defined(sgi) || (defined(sun) && defined(__svr4__))
+#if defined(__MINGW32__) || 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)
{
More information about the MPlayer-cvslog
mailing list