diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2003-09-13 10:07:46 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2003-09-13 10:07:46 +0000 |
commit | f7728bf61cb8669e7068344a85048488a998c45f (patch) | |
tree | b64b84159460e4eb728eb4f353ffb1645f38d7e7 /libavcodec/alpha/mpegvideo_alpha.c | |
parent | a018d318e70aaa1f02f61c034e6fc517052cb1c0 (diff) | |
download | ffmpeg-f7728bf61cb8669e7068344a85048488a998c45f.tar.gz |
Use asms instead of builtins when compiling for generic Alpha. Less
ugly.
Originally committed as revision 2270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha/mpegvideo_alpha.c')
-rw-r--r-- | libavcodec/alpha/mpegvideo_alpha.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alpha/mpegvideo_alpha.c b/libavcodec/alpha/mpegvideo_alpha.c index 1a58e5dfd0..6b720373c2 100644 --- a/libavcodec/alpha/mpegvideo_alpha.c +++ b/libavcodec/alpha/mpegvideo_alpha.c @@ -59,7 +59,6 @@ static void dct_unquantize_h263_axp(MpegEncContext *s, DCTELEM *block, #ifdef __alpha_max__ /* I don't think the speed difference justifies runtime detection. */ - ASM_ACCEPT_MVI; negmask = maxsw4(levels, -1); /* negative -> ffff (-1) */ negmask = minsw4(negmask, 0); /* positive -> 0000 (0) */ #else |