diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-30 03:21:48 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-11 11:06:19 +0100 |
commit | f0d124f005ff02dba56b09fdd5fe2a9ba961f650 (patch) | |
tree | 92f7b210a6e0c69b2e9962cef9d64279074d8b74 /libavutil/x86/x86inc.asm | |
parent | 6cd796049dc06eabe1a9714290713bd31024af9e (diff) | |
download | ffmpeg-f0d124f005ff02dba56b09fdd5fe2a9ba961f650.tar.gz |
x86inc: Set program_name outside of x86inc.asm
This reduces the local difference to the x264 upstream version.
Diffstat (limited to 'libavutil/x86/x86inc.asm')
-rw-r--r-- | libavutil/x86/x86inc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |