1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

* always baling even though it seems to produce sometime worse

results then for -fPIC compilation - don't ask me why...

Originally committed as revision 573 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-05-23 15:57:28 +00:00
parent 31ddcf9851
commit fbdedc1704

View File

@ -270,9 +270,7 @@ static void put_pixels_mmx(UINT8 *block, const UINT8 *pixels, int line_size, int
asm volatile
(
"lea (%3, %3), %%eax \n\t"
#ifdef PIC
".balign 16 \n\t"
#endif
"1: \n\t"
"movq (%1), %%mm0 \n\t"
"movq (%1, %3), %%mm1 \n\t"