[MPlayer-dev-eng] [PATCH] initial DragonFly BSD support
Pawel Biernacki
kaktus at DragonFlyBSD.pl
Sun Aug 29 17:39:12 CEST 2004
On Sun, 29 Aug 2004, Joey Parrish wrote:
> Based on your patch, it seems as if DragonFly is (as far as MPlayer is
> concerned) identical to FreeBSD. Why not add to config.h:
>
> #ifdef __DragonFly__
> #define __FreeBSD__
> #endif
>
> ?
DragonFly gcc 2.95.4 define both __FreeBSD__ and __DragonFly__, but new
gcc 3.4.1 define only __DragonFly__. This is only initial patch, and some
things my change between FreeBSD and next release of DragonFly. There is
also some problems with lrintf, related to gcc 3.4.1 which define ISOC99,
but DragonFly don't have lrintf().
More information about the MPlayer-dev-eng
mailing list