1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

x86inc.asm: remove redundant ifdef __YASM_VER__

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-08 00:55:11 +02:00
parent 8654d6c892
commit c794acc44e

View File

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