[MPlayer-dev-eng] [COMMENTS?] MPlayer on Zeta OS
Sascha Sommer
saschasommer at freenet.de
Wed Sep 29 19:58:07 CEST 2004
On Tuesday 28 September 2004 22:37, Reimar Döffinger wrote:
> Hi,
> attached are a few patches that make MPlayer compile on Zeta OS... well
> somehow. Some manual intervention is neccessary, especially compiling a
> working gcc (their included gcc of a version that we all very much like
> just doesn't work. mplayerhq mail filters won't let me write the
> actual version ;-)).
> These patches are all just more or less a hack, I'd like to get comments
> on which parts would be worth cleaning up and including them in CVS.
>
> echocheck "ftp"
>-if test "$_ftp" != no ; then
>+if !beos && test "$_ftp" != no ; then
Maybe "not beos" is more portable.
> _def_ftp='#define HAVE_FTP 1'
> _inputmodules="ftp $_inputmodules"
> else
>@@ -6078,6 +6118,17 @@
> fi
> fi
And in the cpuinfo.diff isnt't snooze() the BeOS equivalent to usleep?
Oh, and don't forget to #include "config.h" in the swab.c
Otherwise I don't see why this shouldn't go into cvs.
Sascha
More information about the MPlayer-dev-eng
mailing list