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:
@ -24,6 +24,7 @@
|
||||
;******************************************************************************
|
||||
|
||||
%define private_prefix ff
|
||||
%define public_prefix avpriv
|
||||
%define cpuflags_mmxext cpuflags_mmx2
|
||||
|
||||
%include "libavutil/x86/x86inc.asm"
|
||||
|
Reference in New Issue
Block a user