mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
x86inc: support yasm -f win64 flag also.
This sets __OUTPUT_FORMAT__ to win64 instead of win32, even though both (through -m amd64) produce 64-bit binary code. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
ce1e250ee9
commit
166f399377
@ -40,6 +40,8 @@
|
|||||||
%if ARCH_X86_64
|
%if ARCH_X86_64
|
||||||
%ifidn __OUTPUT_FORMAT__,win32
|
%ifidn __OUTPUT_FORMAT__,win32
|
||||||
%define WIN64 1
|
%define WIN64 1
|
||||||
|
%elifidn __OUTPUT_FORMAT__,win64
|
||||||
|
%define WIN64 1
|
||||||
%else
|
%else
|
||||||
%define UNIX64 1
|
%define UNIX64 1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user