Commit 9e035c97 authored by kabi's avatar kabi

* minor update


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@571 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bef52582
......@@ -64,8 +64,9 @@ static const struct pix_func {
} pix_func[] = {
PIX_FUNC_MMX(put_pixels),
PIX_FUNC_MMX(put_pixels_x2),
PIX_FUNC_MMX(put_pixels_y2),
#if 1
PIX_FUNC(put_pixels_x2),
PIX_FUNC(put_pixels_y2),
PIX_FUNC_MMX(put_pixels_xy2),
PIX_FUNC(put_no_rnd_pixels_x2),
......@@ -76,7 +77,7 @@ static const struct pix_func {
PIX_FUNC(avg_pixels_x2),
PIX_FUNC(avg_pixels_y2),
PIX_FUNC(avg_pixels_xy2),
#endif
{ 0, 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