Commit 2823c37c authored by lu_zero's avatar lu_zero

Macosx fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5342 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e8a7ca7d
......@@ -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));\
\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment