x86inc: Add cvisible macro for C functions with public prefix

This allows defining externally visible library symbols.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Diego Biurrun
2013-01-09 23:17:08 +01:00
parent ef5d41a553
commit d633d12b2c
2 changed files with 31 additions and 16 deletions

View File

@ -24,6 +24,7 @@
;******************************************************************************
%define private_prefix ff
%define public_prefix avpriv
%define cpuflags_mmxext cpuflags_mmx2
%include "libavutil/x86/x86inc.asm"