]> granicus.if.org Git - libvpx/commitdiff
Allow specifying a different prefix in x86inc.asm
authorJohann <johannkoenig@google.com>
Tue, 14 Apr 2015 19:25:14 +0000 (15:25 -0400)
committerJohann <johannkoenig@google.com>
Wed, 15 Apr 2015 13:42:48 +0000 (09:42 -0400)
Currently the prefix is forced to vp9 for any function using
x86inc.asm.

Change-Id: Icbca57ce68a52e743bdd7e9be86cfe8353f274c1

third_party/x86inc/README.libvpx
third_party/x86inc/x86inc.asm

index 02cd9ab4edcb07c7aa96a8956ed4bcfcb06b1466..343bcf9624b0602b128ca85ac10c99f9a0656751 100644 (file)
@@ -9,3 +9,4 @@ defines that help automatically allow assembly to work cross-platform.
 
 Local Modifications:
 Some modifications to allow PIC to work with x86inc.
+Conditionally define program_name to allow overriding.
index 9273fc97e6575776e1492e3789d7edbc0fdf12a8..bc8116995dd86fef4b69913065621114c43b7959 100644 (file)
@@ -36,7 +36,9 @@
 
 %include "vpx_config.asm"
 
+%ifndef program_name
 %define program_name vp9
+%endif
 
 
 %define UNIX64 0