Implement a YUV decode function in the TurboJPEG API, to be symmetric with tjEncodeYUV().


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1132 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni
index f90f943..a1be1fd 100755
--- a/turbojpeg-mapfile.jni
+++ b/turbojpeg-mapfile.jni
@@ -68,6 +68,7 @@
 	global:
 		tjBufSizeYUV2;
 		tjCompressFromYUV;
+		tjDecodeYUV;
 		tjDecompressHeader3;
 		tjDecompressToYUV2;
 		tjEncodeYUV3;