From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- contrib/libpng/contrib/pngminim/decoder/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/libpng/contrib/pngminim/decoder/README (limited to 'contrib/libpng/contrib/pngminim/decoder/README') diff --git a/contrib/libpng/contrib/pngminim/decoder/README b/contrib/libpng/contrib/pngminim/decoder/README new file mode 100644 index 0000000..5618cb7 --- /dev/null +++ b/contrib/libpng/contrib/pngminim/decoder/README @@ -0,0 +1,10 @@ +This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa + +The makefile builds a minimal read-only decoder with embedded libpng +and zlib. + +Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC +on the make command line. + +If you prefer to use the shared libraries, go to contrib/pngminus +and build the png2pnm application there. -- cgit v1.1