Macosx fix

Originally committed as revision 5342 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2006-05-02 18:45:04 +00:00
parent 7923a3f904
commit a487e0f654
1 changed files with 3 additions and 3 deletions

View File

@ -626,11 +626,11 @@ static void inner_add_yblock_bw_16_obmc_32_altivec(uint8_t *obmc,
vec_splat_u32(7))),\
vec_splat_u32(8));\
\
mask = vec_sl((vector signed int)\
mask = (vector bool int) vec_sl((vector signed int)\
vec_cmpeq(v[x],v[x]),vec_splat_u32(8));\
mask = vec_and(v[x],vec_nor(mask,mask));\
mask = (vector bool int) vec_and(v[x],vec_nor(mask,mask));\
\
mask = (vector signed int)\
mask = (vector bool int)\
vec_cmpeq((vector signed int)mask,\
(vector signed int)vec_splat_u32(0));\
\