Commit 012f73e2 authored by Diego Biurrun's avatar Diego Biurrun

x86inc: Only define program_name if the macro is unset

This allows overriding the value from outside of the file.
parent e1c804d8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment