diff libmpcodecs/vf_halfpack.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 8579acff875e
children f8d4f8eff72b
line wrap: on
line diff
--- a/libmpcodecs/vf_halfpack.c	Sat Aug 12 23:58:26 2006 +0000
+++ b/libmpcodecs/vf_halfpack.c	Sun Aug 13 00:21:14 2006 +0000
@@ -6,7 +6,6 @@
 #include "config.h"
 #include "mp_msg.h"
 #include "cpudetect.h"
-#include "asmalign.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -41,7 +40,7 @@
 	for (h/=2; h; h--) {
 		asm (
 			"pxor %%mm0, %%mm0 \n\t"
-			ASMALIGN16
+			ASMALIGN(4)
 			"1: \n\t"
 			"movq (%0), %%mm1 \n\t"
 			"movq (%0), %%mm2 \n\t"