Extend the TurboJPEG C API to support compressing JPEG images from YUV planar images


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1067 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index 46e6ca7..d8cf41c 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -41,6 +41,7 @@
 {
 	global:
 		tjBufSizeYUV2;
+		tjCompressFromYUV;
 		tjDecompressHeader3;
 		tjDecompressToYUV2;
 		tjEncodeYUV3;