[x264-devel] x86inc: support yasm -f win64
Ronald S. Bultje
git at videolan.org
Wed Mar 7 03:20:13 CET 2012
x264 | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Wed Feb 8 13:10:31 2012 -0800| [7e85ec036df4290697239f5dc9f4a793313ceebc] | committer: Jason Garrett-Glaser
x86inc: support yasm -f win64
Not necessary for x264, as -m amd64 already does the right thing, but used by external users of x86inc.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=7e85ec036df4290697239f5dc9f4a793313ceebc
---
common/x86/x86inc.asm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index 196b58c..6373b61 100644
--- a/common/x86/x86inc.asm
+++ b/common/x86/x86inc.asm
@@ -41,6 +41,8 @@
%if ARCH_X86_64
%ifidn __OUTPUT_FORMAT__,win32
%define WIN64 1
+ %elifidn __OUTPUT_FORMAT__,win64
+ %define WIN64 1
%else
%define UNIX64 1
%endif
More information about the x264-devel
mailing list