Commit 81ab42a3 authored by Michael Niedermayer's avatar Michael Niedermayer

dirac_yasm: fix linking failure due to %ifndef

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 72bbe768
......@@ -241,7 +241,7 @@ cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
%endm
INIT_MMX
%ifndef ARCH_X86_64
%if ARCH_X86_64 == 0
PUT_RECT mmx
ADD_RECT mmx
......
......@@ -277,7 +277,7 @@ cglobal horizontal_compose_dd97i_ssse3, 3,6,8, b, tmp, w, x, w2, b_w2
REP_RET
%ifndef ARCH_X86_64
%if ARCH_X86_64 == 0
INIT_MMX
COMPOSE_VERTICAL mmx
HAAR_HORIZONTAL mmx, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment