[FFmpeg-cvslog] x86inc.asm: remove redundant ifdef __YASM_VER__
Michael Niedermayer
git at videolan.org
Wed Aug 8 01:17:34 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Aug 8 00:55:11 2012 +0200| [c794acc44eea653df1c95bb19342d8f6e163781c] | committer: Michael Niedermayer
x86inc.asm: remove redundant ifdef __YASM_VER__
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c794acc44eea653df1c95bb19342d8f6e163781c
---
libavutil/x86/x86inc.asm | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 01be0f8..d726d1b 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
More information about the ffmpeg-cvslog
mailing list