aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-26 19:59:01 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-26 19:59:01 +0000
commita8fc251187a2c57e1d5fbe9d239d87ec66d49be5 (patch)
treed38f488f75fb716f96296e044b46133012339b7a /turbojpeg-mapfile
parent37d8ff48c7fce7c6d4c8cb3539948f22598ff025 (diff)
Include tjGetScaledSize() in version scripts
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@457 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 0fcca97..c94bbf0 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -22,3 +22,9 @@ TURBOJPEG_1.1
tjDecompressToYUV;
tjEncodeYUV;
} TURBOJPEG_1.0;
+
+TURBOJPEG_1.2
+{
+ global:
+ tjGetScaledSize;
+} TURBOJPEG_1.1;