aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 13:37:37 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 13:37:37 +0000
commit1dd7eb04d63479bccc3a2ba25a32bb4f689090cd (patch)
tree567b9af1659f08f3104d04c018324161a14945c8 /turbojpeg-mapfile
parentc8c252172b0eb81061aef1a93b93b7041f629b4f (diff)
Add new API functions to JNI mapfile as well
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@628 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg-mapfile')
-rwxr-xr-xturbojpeg-mapfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 5f896b7..fbe2cc6 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -25,9 +25,9 @@ TURBOJPEG_1.1
TURBOJPEG_1.2
{
global:
- tjCompress2
- tjDecompress2
- tjEncodeYUV2
+ tjCompress2;
+ tjDecompress2;
+ tjEncodeYUV2;
tjGetScalingFactors;
tjInitTransform;
tjTransform;