From: Diego Biurrun Date: Tue, 30 Oct 2012 01:54:25 +0000 (+0100) Subject: x86inc: Only define program_name if the macro is unset X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=012f73e271638430e035ca68f5803dc2356d6a3e;p=ffmpeg x86inc: Only define program_name if the macro is unset This allows overriding the value from outside of the file. --- diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index 1fe9f5550c0..b0df2b20f07 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -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