[MPlayer-dev-eng] [PATCH] setenv() missing on IRIX too

Alex Beregszaszi alex at fsn.hu
Tue Sep 2 20:24:25 CEST 2003


Hi,

> small change to vo_sdl.c and ao_sdl.c as setenv()
> is missing on IRIX too..
There's just one question remaining:

-#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 */

Which is the right order?
(hpux || sgi || sun) && svr4
or
hpux || sgi || (sun && svr4)
Imho the latter one.

-- 
Alex Beregszaszi <alex at fsn.hu>
(MPlayer Core Developer -- http://www.mplayerhq.hu/)



More information about the MPlayer-dev-eng mailing list