commit | 4e8ae08b00410b8d4f68dea6696a644675972ac0 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Tue Feb 22 06:44:50 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Tue Feb 22 06:44:50 2011 +0000 |
tree | e7e59eac203780fa3202404b9580293ed5dddde5 | |
parent | b28fc5710a510410d2b498255a423dd62b353b3a [diff] [blame] |
Add new functions to anonymous version script git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@423 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni index 5aaa1e0..02d4eda 100755 --- a/turbojpeg-mapfile.jni +++ b/turbojpeg-mapfile.jni
@@ -3,9 +3,11 @@ tjInitCompress; tjCompress; TJBUFSIZE; + TJBUFSIZEYUV; tjInitDecompress; tjDecompressHeader; tjDecompressHeader2; + tjScaledSize; tjDecompress; tjDestroy; tjGetErrorStr;