[MPlayer-dev-eng] Re: configure and unsupported -rdynamic flag on mingw
adland
adland123 at yahoo.com
Thu Apr 8 01:49:39 CEST 2004
> Shouldn't it be test bsd ?
possibly instead using functions from
from these lines 54-56 and 62-66 in same file
issystem() {
test "`echo $system_name | tr A-Z a-z`" = "`echo $1 | tr A-Z a-z`"
}
freebsd() { issystem "FreeBSD" ; return "$?" ; }
netbsd() { issystem "NetBSD" ; return "$?" ; }
bsdos() { issystem "BSD/OS" ; return "$?" ; }
openbsd() { issystem "OpenBSD" ; return "$?" ; }
bsd() { freebsd || netbsd || bsdos || openbsd ; return "$?" ; }
More information about the MPlayer-dev-eng
mailing list