Replace the TJ_YUV flag with two new API functions


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@448 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni
index 6459bd6..eead41b 100755
--- a/turbojpeg-mapfile.jni
+++ b/turbojpeg-mapfile.jni
@@ -19,6 +19,8 @@
 	global:
 		TJBUFSIZEYUV;
 		tjDecompressHeader2;
+		tjDecompressToYUV;
+		tjEncodeYUV;
 } TURBOJPEG_1.0;
 
 TURBOJPEG_1.2