x86inc.asm: pull settings from libvpx
authorJohann <johannkoenig@google.com>
Thu, 2 Apr 2020 01:06:43 +0000 (10:06 +0900)
committerJohann <johannkoenig@google.com>
Thu, 2 Apr 2020 01:32:29 +0000 (10:32 +0900)
Reapply 1be46ef6b. Include vpx_config.asm and prefix functions with vpx.

BUG=webm:1679

Change-Id: I5fba3154203822a829bc88ad0e302adf2ce3bbee

third_party/x86inc/README.libvpx_new
third_party/x86inc/x86inc.asm_new

index 728337b..6bb8165 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 24540e3..7b10249 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