]> granicus.if.org Git - libjpeg-turbo/commit
Fix the build of the Java classes when using MSVC 2010 and later. Something in the...
authorDRC <dcommander@users.sourceforge.net>
Tue, 11 Mar 2014 06:24:46 +0000 (06:24 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 11 Mar 2014 06:24:46 +0000 (06:24 +0000)
commit3bf21e05e117cf62f31ad5218ca71e2de8e1f418
treee6421da611b8999ff6a11ff281cfbc1659e35008
parent7d9f758e5251e129431b03cdab1160710d4b3fb8
parentd45c54992b1ed28e9c31ecb6f9eb34b73a9a7ff3
Fix the build of the Java classes when using MSVC 2010 and later.  Something in the recesses of my brain is telling me that I tried this before and it failed under some circumstances, but it must have been a bug in an older CMake implementation.  CMake 2.8.8 and later seem to work fine with this patch.  This patch also updates the minimum required version to 2.8.8, because 2.8.8 fixed another issue that was preventing the SIMD code from building under MSVC 2010 and later.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1149 632fc199-4ca6-4c93-a231-07263d6284db
CMakeLists.txt
ChangeLog.txt