Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-19 16:11:34 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-01-19 16:11:41 +0400
commitb45e0c2573fa5ce8c4821605f35ac4cad946e9d3 (patch)
treed0f8d9d2cfbafefd9f4c8ca277c43cd1135f02e0 /libavutil/x86/x86util.asm
parent1b03e09198e5db75064b202e00bd77f84fa47063 (diff)
parentd633d12b2cc999cee3ac25bf9a810fe7ff03726d (diff)
Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d'
* commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d': x86inc: Add cvisible macro for C functions with public prefix Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/x86/x86util.asm')
-rw-r--r--libavutil/x86/x86util.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm
index 946eeabfd7..8908444950 100644
--- a/libavutil/x86/x86util.asm
+++ b/libavutil/x86/x86util.asm
@@ -24,6 +24,7 @@
;******************************************************************************
%define private_prefix ff
+%define public_prefix avpriv
%define cpuflags_mmxext cpuflags_mmx2
%include "libavutil/x86/x86inc.asm"