openjpeg/thirdparty
Aaron Boxer 6b0a8e3a0f upgraded to libtiff v4.0.4 2015-07-03 19:19:17 +02:00
..
include Removed the libs directory containing win32 compiled versions of libpng, libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies). 2011-03-20 22:45:24 +00:00
liblcms2 [trunk] Fixed compilation error under Visual Studio 2003 (fixes issue 351) 2014-12-09 05:44:55 +00:00
libpng [trunk] Remove CMake-language block-end command arguments 2012-08-30 17:20:03 +00:00
libtiff upgraded to libtiff v4.0.4 2015-07-03 19:19:17 +02:00
libz Removed the libs directory containing win32 compiled versions of libpng, libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies). 2011-03-20 22:45:24 +00:00
CMakeLists.txt [trunk] removed debug message in CMakeLists.txt 2014-04-02 16:37:07 +00:00
README.txt [trunk] FolderReorgProposal task: Fix doxygen 2012-10-01 08:30:04 +00:00

README.txt

This directory contains 3rd party libs (PNG, ZLIB)...

They are convinient copy of code from people outside of the OpenJPEG community.
They are solely provided for ease of build of OpenJPEG on system where those
3rd party libs are not easily accessible (typically non-UNIX).

The OpenJPEG does not recommend using those 3rd party libs over your system
installed libs. The OpenJPEG does not even garantee that those libraries will
work for you.