summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2020-04-02 10:06:43 +0900
committerJohann <johannkoenig@google.com>2020-04-02 10:32:29 +0900
commit9d0807cd5bf5fdbefbd71caf6763f5766164ec4b (patch)
tree44b92b2ab36242e1ec99eed82bf43d891f4b6187 /third_party
parenta9ca3e871c5e14b15f57de7084e35a16fe10478c (diff)
downloadlibvpx-9d0807cd5bf5fdbefbd71caf6763f5766164ec4b.tar
libvpx-9d0807cd5bf5fdbefbd71caf6763f5766164ec4b.tar.gz
libvpx-9d0807cd5bf5fdbefbd71caf6763f5766164ec4b.tar.bz2
libvpx-9d0807cd5bf5fdbefbd71caf6763f5766164ec4b.zip
x86inc.asm: pull settings from libvpx
Reapply 1be46ef6b. Include vpx_config.asm and prefix functions with vpx. BUG=webm:1679 Change-Id: I5fba3154203822a829bc88ad0e302adf2ce3bbee
Diffstat (limited to 'third_party')
-rw-r--r--third_party/x86inc/README.libvpx_new2
-rw-r--r--third_party/x86inc/x86inc.asm_new4
2 files changed, 5 insertions, 1 deletions
diff --git a/third_party/x86inc/README.libvpx_new b/third_party/x86inc/README.libvpx_new
index 728337b86..6bb81656b 100644
--- a/third_party/x86inc/README.libvpx_new
+++ b/third_party/x86inc/README.libvpx_new
@@ -8,3 +8,5 @@ x264/libav's framework for x86 assembly. Contains a variety of macros and
defines that help automatically allow assembly to work cross-platform.
Local Modifications:
+Get configuration from vpx_config.asm.
+Prefix functions with vpx by default.
diff --git a/third_party/x86inc/x86inc.asm_new b/third_party/x86inc/x86inc.asm_new
index 24540e324..7b10249f4 100644
--- 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 x264-devel@videolan.org .
+%include "vpx_config.asm"
+
%ifndef private_prefix
- %define private_prefix x264
+ %define private_prefix vpx
%endif
%ifndef public_prefix