[MPlayer-dev-eng] [PATCH] yasm support

vmrsss vmrsss at gmail.com
Tue Nov 11 17:30:43 CET 2008


On 11 Nov 2008, at 15:25, Diego Biurrun wrote:
>> +echocheck "yasm"
>> +if test -z "$YASMFLAGS" ; then
>> +  if darwin ; then
>> +    if x86_64 ; then
>> +      objformat="macho64"
>> +    else
>> +      objformat="macho"
>> +    fi
>
> x86_64 && objformat="macho64" || objformat="macho"


I recently had problems with x86_32 and -f macho, so I'd suggest:

x86_64 && objformat="macho64" || objformat="macho32"






More information about the MPlayer-dev-eng mailing list