Customize x86inc.asm for libvpx

Use settings from vpx_config.asm

Prefix functions with vpx.

Change-Id: I1091d9b063e9f5af0dce554bb636ee894c05dcf7
This commit is contained in:
Johann 2015-07-28 14:30:07 -07:00
Родитель dfa42cf8b7
Коммит 35747296b0
2 изменённых файлов: 5 добавлений и 1 удалений

2
third_party/x86inc/README.libvpx поставляемый
Просмотреть файл

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

4
third_party/x86inc/x86inc.asm.new поставляемый
Просмотреть файл

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