openjpeg/thirdparty
Peter Seiderer b6f0e41399 thirdparty: lcms2: append flags found by pkg-config if available
This change allows to get all required CFLAGS/LDFLAGS in case of static only
build.

Fixes a buildroot build failure (see [1], [2] and [3]).

[1] http://autobuild.buildroot.net/results/5ce/5cee20afd8bef5268832cddcb3a5270746be7a57
[2] http://lists.busybox.net/pipermail/buildroot/2016-November/177187.html
[3] http://lists.busybox.net/pipermail/buildroot/2016-November/177188.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Depends on https://github.com/uclouvain/openjpeg/pull/866
2021-01-04 17:13:03 +01:00
..
astyle Remove opjstyle binary that went inadvertently committed in d4e54e9f35 (#1026) 2017-09-22 21:43:09 +02:00
include docs: fix simple typo, producted -> produced 2020-12-16 21:19:17 +11:00
liblcms2 Update to lcms 2.8 (#808) 2016-08-06 13:04:56 +02:00
libpng Update to libpng 1.6.25 (#821) 2016-09-06 22:33:45 +02:00
libtiff Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
libz Fix Windows build 2020-12-31 14:54:59 +01:00
CMakeLists.txt thirdparty: lcms2: append flags found by pkg-config if available 2021-01-04 17:13:03 +01:00
README.txt Fix some typos in code comments and documentation 2018-09-05 20:01:10 +02: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 guarantee that those libraries will
work for you.