diff libmpcodecs/vf_decimate.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 00fff9a3b735
line wrap: on
line diff
--- a/libmpcodecs/vf_decimate.c	Sat Aug 12 23:58:26 2006 +0000
+++ b/libmpcodecs/vf_decimate.c	Sun Aug 13 00:21:14 2006 +0000
@@ -5,7 +5,6 @@
 #include "config.h"
 #include "mp_msg.h"
 #include "cpudetect.h"
-#include "asmalign.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -29,7 +28,7 @@
 		"pxor %%mm4, %%mm4 \n\t"
 		"pxor %%mm7, %%mm7 \n\t"
 		
-		ASMALIGN16
+		ASMALIGN(4)
 		"1: \n\t"
 		
 		"movq (%%"REG_S"), %%mm0 \n\t"