Customize x86inc.asm for libvpx
authorJohann <johannkoenig@google.com>
Tue, 28 Jul 2015 21:30:07 +0000 (14:30 -0700)
committerJohann <johannkoenig@google.com>
Fri, 7 Aug 2015 23:20:33 +0000 (16:20 -0700)
Use settings from vpx_config.asm

Prefix functions with vpx.

Change-Id: I1091d9b063e9f5af0dce554bb636ee894c05dcf7

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

index bdee5f9..fcb49e1 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 d897fa4..fbd95a6 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