diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 15:57:28 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 15:57:28 +0000 |
commit | fbdedc1704606af183664cfbe3d9845f84e7943f (patch) | |
tree | 0f5ca82d9db8d232758cfe11b3b921e561a9b2b1 /libavcodec/i386/dsputil_mmx.c | |
parent | 31ddcf985162fb285ff79587c2a8b0019ccaad09 (diff) | |
download | ffmpeg-streaming-fbdedc1704606af183664cfbe3d9845f84e7943f.zip ffmpeg-streaming-fbdedc1704606af183664cfbe3d9845f84e7943f.tar.gz |
* 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
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.c')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 0a53d57..d1bf967 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -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" |