changeset 211:f1074f0d4969 libavcodec

fix mangling with runtime cpu detection
author atmos4
date Sat, 19 Jan 2002 16:56:35 +0000
parents c2b6d68a0671
children 80edc2aaff86
files libpostproc/postprocess_template.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c	Sat Jan 19 05:14:46 2002 +0000
+++ b/libpostproc/postprocess_template.c	Sat Jan 19 16:56:35 2002 +0000
@@ -1119,10 +1119,10 @@
 		"psubusw %%mm1, %%mm5				\n\t" // ld
 
 
-		"movq w05, %%mm2				\n\t" // 5
+		"movq "MANGLE(w05)", %%mm2			\n\t" // 5
 		"pmullw %%mm2, %%mm4				\n\t"
 		"pmullw %%mm2, %%mm5				\n\t"
-		"movq w20, %%mm2				\n\t" // 32
+		"movq "MANGLE(w20)", %%mm2			\n\t" // 32
 		"paddw %%mm2, %%mm4				\n\t"
 		"paddw %%mm2, %%mm5				\n\t"
 		"psrlw $6, %%mm4				\n\t"