From 541e651e4c0c670b9ebf83b4c34ad3e4be91ad88 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 23 Nov 2010 20:42:48 +0000 Subject: [PATCH] Hide internal SIMD symbols in libjpeg-turbo shared library git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@304 632fc199-4ca6-4c93-a231-07263d6284db --- libjpeg.map.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libjpeg.map.in b/libjpeg.map.in index f3e7ff8..5443943 100644 --- a/libjpeg.map.in +++ b/libjpeg.map.in @@ -1,3 +1,9 @@ +LIBJPEGTURBO_@JPEG_LIB_VERSION_DECIMAL@ { + local: + jsimd_*; + jconst_*; +}; + LIBJPEG_@JPEG_LIB_VERSION_DECIMAL@ { global: *; -- 2.40.0