diff libmpcodecs/vf_eq2.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_eq2.c	Sat Apr 15 16:47:25 2006 +0000
+++ b/libmpcodecs/vf_eq2.c	Sat Apr 15 20:46:54 2006 +0000
@@ -18,6 +18,7 @@
 #include "config.h"
 #include "mp_msg.h"
 #include "cpudetect.h"
+#include "asmalign.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -135,7 +136,7 @@
       "movq (%6), %%mm4 \n\t"
       "pxor %%mm0, %%mm0 \n\t"
       "movl %4, %%eax\n\t"
-      ".balign 16 \n\t"
+      ASMALIGN16
       "1: \n\t"
       "movq (%0), %%mm1 \n\t"
       "movq (%0), %%mm2 \n\t"