mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"
This is also a valid value for WIN64. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
bbe4a6db44
commit
47f9d7ce54
@ -49,6 +49,8 @@
|
||||
%define WIN64 1
|
||||
%elifidn __OUTPUT_FORMAT__,win64
|
||||
%define WIN64 1
|
||||
%elifidn __OUTPUT_FORMAT__,x64
|
||||
%define WIN64 1
|
||||
%else
|
||||
%define UNIX64 1
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user