Extend the TurboJPEG C API to support handling YUV images stored in separate image planes instead of a unified buffer


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1343 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni
index f9fc7e5..31c8ae0 100755
--- a/turbojpeg-mapfile.jni
+++ b/turbojpeg-mapfile.jni
@@ -68,10 +68,14 @@
 	global:
 		tjBufSizeYUV2;
 		tjCompressFromYUV;
+		tjCompressFromYUVPlanes;
 		tjDecodeYUV;
+		tjDecodeYUVPlanes;
 		tjDecompressHeader3;
 		tjDecompressToYUV2;
+		tjDecompressToYUVPlanes;
 		tjEncodeYUV3;
+		tjEncodeYUVPlanes;
 		Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII;
 		Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3BIIII_3BII;
 		Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3BIII;