Customize x86inc.asm for libvpx

Use settings from vpx_config.asm

Prefix functions with vpx.

Change-Id: I71b4a89eaecf51fa56a07d9927081d50798a9042
This commit is contained in:
Johann 2016-02-17 17:42:07 -08:00
parent 2497356d06
commit 2d6393a98d
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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