summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dwt_yasm.asm
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-28 09:06:03 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-28 09:06:03 +0100
commit81ab42a334c3f7b7e23a259382fbd81384656c44 (patch)
tree97830f1e60cc67c034593f5ccd71571641dde089 /libavcodec/x86/dwt_yasm.asm
parent72bbe768ba6b51377cbe07e826fc2e989b3fe333 (diff)
dirac_yasm: fix linking failure due to %ifndef
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/dwt_yasm.asm')
-rw-r--r--libavcodec/x86/dwt_yasm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dwt_yasm.asm b/libavcodec/x86/dwt_yasm.asm
index 71e7a79b66..ac6c505409 100644
--- a/libavcodec/x86/dwt_yasm.asm
+++ b/libavcodec/x86/dwt_yasm.asm
@@ -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