mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
x86inc: Only define program_name if the macro is unset
This allows overriding the value from outside of the file.
This commit is contained in:
parent
e1c804d883
commit
012f73e271
@ -34,7 +34,9 @@
|
||||
; as this feature might be useful for others as well. Send patches or ideas
|
||||
; to x264-devel@videolan.org .
|
||||
|
||||
%define program_name ff
|
||||
%ifndef program_name
|
||||
%define program_name ff
|
||||
%endif
|
||||
|
||||
%define WIN64 0
|
||||
%define UNIX64 0
|
||||
|
Loading…
Reference in New Issue
Block a user