summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_divtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_divtc.c')
-rw-r--r--video/filter/vf_divtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_divtc.c b/video/filter/vf_divtc.c
index a99bd8f96e..02386d0d3b 100644
--- a/video/filter/vf_divtc.c
+++ b/video/filter/vf_divtc.c
@@ -61,7 +61,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"
- ASMALIGN(4)
+ ".align 4 \n\t"
"1: \n\t"
"movq (%%"REG_S"), %%mm0 \n\t"