[x264-devel] x86: Fix linking with 8-bit depth shared libx264

Anton Mitrofanov git at videolan.org
Tue May 23 18:04:22 CEST 2017


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Mon May 22 22:02:34 2017 +0300| [a3d24462ae284bf03958f0ed41e824dd7d48e15e] | committer: Henrik Gramner

x86: Fix linking with 8-bit depth shared libx264

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a3d24462ae284bf03958f0ed41e824dd7d48e15e
---

 common/x86/cabac-a.asm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm
index e2f613cf..49bca50d 100644
--- a/common/x86/cabac-a.asm
+++ b/common/x86/cabac-a.asm
@@ -54,7 +54,9 @@ coeff_abs_level_transition: db 1, 2, 3, 3, 4, 5, 6, 7
 
 cextern coeff_last4_mmx2
 cextern coeff_last4_lzcnt
+%if HIGH_BIT_DEPTH
 cextern coeff_last4_avx512
+%endif
 cextern coeff_last15_sse2
 cextern coeff_last15_lzcnt
 cextern coeff_last15_avx512



More information about the x264-devel mailing list