From f0d124f005ff02dba56b09fdd5fe2a9ba961f650 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 30 Oct 2012 03:21:48 +0100 Subject: x86inc: Set program_name outside of x86inc.asm This reduces the local difference to the x264 upstream version. --- libavutil/x86/x86inc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/x86/x86inc.asm') diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index b0df2b20f0..52ee46ab76 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -35,7 +35,7 @@ ; to x264-devel@videolan.org . %ifndef program_name - %define program_name ff + %define program_name x264 %endif %define WIN64 0 -- cgit v1.2.3