ref: 35747296b0cde0c10cf2013fb3f7afd7480aa44e
parent: dfa42cf8b79e6fbd2e778bf964ff6a8d78546b87
author: Johann <[email protected]>
date: Tue Jul 28 10:30:07 EDT 2015
Customize x86inc.asm for libvpx Use settings from vpx_config.asm Prefix functions with vpx. Change-Id: I1091d9b063e9f5af0dce554bb636ee894c05dcf7
--- a/third_party/x86inc/README.libvpx
+++ b/third_party/x86inc/README.libvpx
@@ -8,3 +8,5 @@
defines that help automatically allow assembly to work cross-platform.
Local Modifications:
+Get configuration from vpx_config.asm.
+Prefix functions with vpx by default.
--- a/third_party/x86inc/x86inc.asm.new
+++ b/third_party/x86inc/x86inc.asm.new
@@ -34,8 +34,10 @@
; as this feature might be useful for others as well. Send patches or ideas
; to [email protected] .
+%include "vpx_config.asm"
+
%ifndef private_prefix
- %define private_prefix x264
+ %define private_prefix vpx
%endif
%ifndef public_prefix