Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
d61c1ea6
Commit
d61c1ea6
authored
Apr 15, 2015
by
Johann
Committed by
Gerrit Code Review
Apr 15, 2015
Browse files
Merge "Allow specifying a different prefix in x86inc.asm"
parents
d011a8a4
b09ac154
Changes
2
Hide whitespace changes
Inline
Side-by-side
third_party/x86inc/README.libvpx
View file @
d61c1ea6
...
...
@@ -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.
third_party/x86inc/x86inc.asm
View file @
d61c1ea6
...
...
@@ -36,7 +36,9 @@
%include "vpx_config.asm"
%ifndef program_name
%define program_name vp9
%endif
%define UNIX64 0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment