You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -34,7 +34,9 @@
|
|||||||
; as this feature might be useful for others as well. Send patches or ideas
|
; as this feature might be useful for others as well. Send patches or ideas
|
||||||
; to x264-devel@videolan.org .
|
; to x264-devel@videolan.org .
|
||||||
|
|
||||||
|
%ifndef program_name
|
||||||
%define program_name ff
|
%define program_name ff
|
||||||
|
%endif
|
||||||
|
|
||||||
%define WIN64 0
|
%define WIN64 0
|
||||||
%define UNIX64 0
|
%define UNIX64 0
|
||||||
|
Reference in New Issue
Block a user