diff libmpcodecs/vf_divtc.c @ 18104:7b408d60de9e

add support for intel mac. mp3lib is not fixed yet.
author nplourde
date Sat, 15 Apr 2006 20:46:54 +0000
parents 20aca9baf5d8
children 6334c14b38eb
line wrap: on
line diff
--- a/libmpcodecs/vf_divtc.c	Sat Apr 15 16:47:25 2006 +0000
+++ b/libmpcodecs/vf_divtc.c	Sat Apr 15 20:46:54 2006 +0000
@@ -8,6 +8,7 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 #include "bswap.h"
+#include "asmalign.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -41,7 +42,7 @@
 	"pxor %%mm4, %%mm4 \n\t"
 	"pxor %%mm7, %%mm7 \n\t"
 
-	".balign 16 \n\t"
+	ASMALIGN16
 	"1: \n\t"
 
 	"movq (%%"REG_S"), %%mm0 \n\t"