aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-22 06:44:50 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-22 06:44:50 +0000
commit2ee47b624713977994aa2a1eac5273af0c286079 (patch)
treee7e59eac203780fa3202404b9580293ed5dddde5 /turbojpeg-mapfile
parentbd85a52f3517f9320401ab3cbe59ddc7855dc2a0 (diff)
Add new functions to anonymous version script
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@423 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index e54d59c..7fc4a2d 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -3,9 +3,11 @@
tjInitCompress;
tjCompress;
TJBUFSIZE;
+ TJBUFSIZEYUV;
tjInitDecompress;
tjDecompressHeader;
tjDecompressHeader2;
+ tjScaledSize;
tjDecompress;
tjDestroy;
tjGetErrorStr;