summaryrefslogtreecommitdiff
path: root/libswscale/x86/scale.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-14 03:15:37 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-14 11:58:46 +0100
commit52de07e1f177fa45f34f3de88f4455d552c59677 (patch)
tree735ea797926491972affe2aa988a811b1a0f669c /libswscale/x86/scale.asm
parent88b97357531bca25c22c351d5cac36e168b70803 (diff)
swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
Diffstat (limited to 'libswscale/x86/scale.asm')
-rw-r--r--libswscale/x86/scale.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/x86/scale.asm b/libswscale/x86/scale.asm
index 3bdf71b542..1f5e1dbf4c 100644
--- a/libswscale/x86/scale.asm
+++ b/libswscale/x86/scale.asm
@@ -649,7 +649,7 @@ cglobal yuv2planeX_%2_%1, %4, 7, %3
%define PALIGNR PALIGNR_MMX
%ifdef ARCH_X86_32
INIT_MMX
-yuv2planeX_fn mmx, 8, 0, 7
+yuv2planeX_fn mmx2, 8, 0, 7
yuv2planeX_fn mmx2, 9, 0, 5
yuv2planeX_fn mmx2, 10, 0, 5
%endif