[MPlayer-dev-eng] [PATCH] altivec color space patch again....
Romain Dolbeau
dolbeau at irisa.fr
Thu Apr 8 08:40:21 CEST 2004
> On Wednesday 07 April 2004 01:57, Marc Hoffman wrote:
>>static
>>vector signed short
>> CY = (vector signed short)(0x7fff),
>> CRV = (vector signed short)(22972),
Another remark: on Darwin/MacOSX, vector constant
initializer use (), but the regular gcc (for Linux
or *BSD) requires {}, so you need to protect
all the initializers by #ifdef CONFIG_DARWIN (...)
It can be fixed afterwards, though (I made the mistake
a number of times myself :-( )
--
Romain Dolbeau
More information about the MPlayer-dev-eng
mailing list