From 823674751196e382c1d6334b8c92839f95d0ba9e Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Tue, 18 Mar 2014 15:53:26 +1100 Subject: Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. This is part of the patch-set for intel C inline asm on windows support Signed-off-by: Michael Niedermayer --- libavcodec/x86/simple_idct.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/x86/simple_idct.c') diff --git a/libavcodec/x86/simple_idct.c b/libavcodec/x86/simple_idct.c index e10dc7ba09..3ae30f3488 100644 --- a/libavcodec/x86/simple_idct.c +++ b/libavcodec/x86/simple_idct.c @@ -1143,6 +1143,7 @@ Temp "9: \n\t" :: "r" (block), "r" (temp), "r" (coeffs) + NAMED_CONSTRAINTS_ADD(wm1010,d40000) : "%eax" ); } -- cgit v1.2.3