Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-08 02:55:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-08-08 03:14:18 +0400
commitc794acc44eea653df1c95bb19342d8f6e163781c (patch)
treec5fa15279dccf8f3acb5fb3c2d00d3214485c0fc /libavutil
parent8654d6c892dea41d86a860b82d060df06d815b74 (diff)
x86inc.asm: remove redundant ifdef __YASM_VER__
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86/x86inc.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 01be0f8fc0..d726d1bc28 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -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