]> granicus.if.org Git - libvpx/commitdiff
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 bdee5f9fa8a2eb69056186f25968fcb33a3eda6a..fcb49e16cdf3f19d43721482e0b4d30d1e6b8807 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 d897fa4711770f5f46a2495700435c4eac1fd04c..fbd95a632050829cdf1450a08748a2efc0bb52be 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