From b89020afc81892ed27f2ad3da5f0dd1169621bdd Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Aug 2006 00:21:14 +0000 Subject: Replace asmalign.h hack by ASMALIGN cpp macros from config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19378 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_decimate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmpcodecs/vf_decimate.c') diff --git a/libmpcodecs/vf_decimate.c b/libmpcodecs/vf_decimate.c index 03c05a4af5..614af13e46 100644 --- a/libmpcodecs/vf_decimate.c +++ b/libmpcodecs/vf_decimate.c @@ -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 @@ static int diff_MMX(unsigned char *old, unsigned char *new, int os, int ns) "pxor %%mm4, %%mm4 \n\t" "pxor %%mm7, %%mm7 \n\t" - ASMALIGN16 + ASMALIGN(4) "1: \n\t" "movq (%%"REG_S"), %%mm0 \n\t" -- cgit v1.2.3