[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.104,1.105

Alex Beregszaszi alex at mplayerhq.hu
Sun Sep 7 20:15:56 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv16122/libvo

Modified Files:
	vo_sdl.c 
Log Message:
IRIX support by Timo Kanera <timo at kanera.de>

Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- vo_sdl.c	1 Sep 2003 18:24:27 -0000	1.104
+++ vo_sdl.c	7 Sep 2003 18:15:47 -0000	1.105
@@ -141,8 +141,8 @@
 #include <SDL.h>
 //#include <SDL/SDL_syswm.h>
 
-#if	 defined(HPUX) || defined(sun) && defined(__svr4__)
-/* setenv is missing on solaris and HPUX */
+#if  defined(HPUX) || defined(sgi) || (defined(sun) && defined(__svr4__))
+/* setenv is missing on 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