Oops.  Include the tjPlane*() functions in the mapfile so that they are exposed in the shared library on ELF systems.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1429 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index bd67551..35d55ae 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -50,4 +50,7 @@
 		tjDecompressToYUVPlanes;
 		tjEncodeYUV3;
 		tjEncodeYUVPlanes;
+		tjPlaneHeight;
+		tjPlaneSizeYUV;
+		tjPlaneWidth;
 } TURBOJPEG_1.2;