Browse Source

dirac_yasm: fix linking failure due to %ifndef

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
81ab42a334
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/x86/diracdsp_yasm.asm
  2. +1
    -1
      libavcodec/x86/dwt_yasm.asm

+ 1
- 1
libavcodec/x86/diracdsp_yasm.asm View File

@@ -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



+ 1
- 1
libavcodec/x86/dwt_yasm.asm View File

@@ -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


Loading…
Cancel
Save