]> granicus.if.org Git - libvpx/commitdiff
Customize x86inc.asm for libvpx
authorJohann <johannkoenig@google.com>
Thu, 18 Feb 2016 01:42:07 +0000 (17:42 -0800)
committerJohann <johannkoenig@google.com>
Thu, 18 Feb 2016 01:42:07 +0000 (17:42 -0800)
Use settings from vpx_config.asm

Prefix functions with vpx.

Change-Id: I71b4a89eaecf51fa56a07d9927081d50798a9042

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

index 82d1a2c4dc13a6026fe3bfd862f19adccb07c715..5e9bf94333230dc6b0fa5d522e55d5557ba1dd21 100644 (file)
@@ -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.
index 094df43b6967dd7a2ab0673418ff729ea69c3808..94d85929a1e8e7f9002eb55958ea0fd012e4cf79 100644 (file)
 ; 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