diff libmpcodecs/vf_divtc.c @ 19372:6334c14b38eb

Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
author diego
date Sun, 13 Aug 2006 00:21:14 +0000
parents 7b408d60de9e
children 1767c271d710
line wrap: on
line diff
--- a/libmpcodecs/vf_divtc.c	Sat Aug 12 23:58:26 2006 +0000
+++ b/libmpcodecs/vf_divtc.c	Sun Aug 13 00:21:14 2006 +0000
@@ -8,7 +8,6 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 #include "bswap.h"
-#include "asmalign.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -42,7 +41,7 @@
 	"pxor %%mm4, %%mm4 \n\t"
 	"pxor %%mm7, %%mm7 \n\t"
 
-	ASMALIGN16
+	ASMALIGN(4)
 	"1: \n\t"
 
 	"movq (%%"REG_S"), %%mm0 \n\t"