Browse Source

x86inc: put basicnop under ifdef to prevent compile failure.

This should fix the NASM box.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Clément Bœsch 13 years ago
parent
commit
7073174551
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/x86/x86inc.asm

+ 2
- 0
libavutil/x86/x86inc.asm View File

@@ -628,9 +628,11 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%elifidn %1, sse3
%define movu lddqu
%endif
%ifdef __YASM_VER__
%if notcpuflag(mmx2)
CPU basicnop
%endif
%endif
%else
%xdefine SUFFIX
%undef cpuname


Loading…
Cancel
Save