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:
Diego Biurrun 2012-10-30 02:54:25 +01:00
parent e1c804d883
commit 012f73e271
1 changed files with 3 additions and 1 deletions

View File

@ -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