Merge "Allow specifying a different prefix in x86inc.asm"

This commit is contained in:
Johann 2015-04-15 12:12:58 -07:00 committed by Gerrit Code Review
commit d61c1ea69b
2 changed files with 3 additions and 0 deletions

View 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.

View File

@ -36,7 +36,9 @@
%include "vpx_config.asm"
%ifndef program_name
%define program_name vp9
%endif
%define UNIX64 0