[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_avi.c, 1.59, 1.60 network.c, 1.90, 1.91 stream.c, 1.71, 1.72 stream.h, 1.67, 1.68 stream_file.c, 1.4, 1.5
- Next message: [Mplayer-cvslog] CVS: main configure,1.836,1.837
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_avi.c, 1.59, 1.60 network.c, 1.90, 1.91 stream.c, 1.71, 1.72 stream.h, 1.67, 1.68 stream_file.c, 1.4, 1.5
- Next message: [Mplayer-cvslog] CVS: main configure,1.836,1.837
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list