summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorMatt Oliver <protogonoi@gmail.com>2014-05-07 14:16:26 +1000
committerMichael Niedermayer <michaelni@gmx.at>2014-05-07 15:02:45 +0200
commit1898c2f49da3151fbce04ecf35971005707a609d (patch)
tree8a34d0bdd66b30c062c1a24d8bdf7b9759d40d2a /libswscale
parent134206ca7a3d395c827e6a041f7f01e5fb9e1693 (diff)
inline asm: fix arrays as named constraints.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/x86/yuv2rgb_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/x86/yuv2rgb_template.c b/libswscale/x86/yuv2rgb_template.c
index 2ff97e22e1..acb78f520e 100644
--- a/libswscale/x86/yuv2rgb_template.c
+++ b/libswscale/x86/yuv2rgb_template.c
@@ -141,7 +141,7 @@
#if COMPILE_TEMPLATE_MMXEXT
#undef RGB_PACK24_B_OPERANDS
-#define RGB_PACK24_B_OPERANDS NAMED_CONSTRAINTS_ADD(mask1101,mask0110,mask0100,mask0010,mask1001)
+#define RGB_PACK24_B_OPERANDS NAMED_CONSTRAINTS_ARRAY_ADD(mask1101,mask0110,mask0100,mask0010,mask1001)
#else
#undef RGB_PACK24_B_OPERANDS
#define RGB_PACK24_B_OPERANDS