diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-12-18 14:54:44 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-12-18 14:54:44 -0600 |
commit | 350cbf14df05b6298a444745ea4dc76f3fd6321f (patch) | |
tree | 776f77ce86d133b5c546cd50066e4d4943c131e7 /contrib | |
parent | 7bde6e23bbdd47ec7599e0194f2c597e4366397c (diff) | |
download | libpng-350cbf14df05b6298a444745ea4dc76f3fd6321f.tar.gz |
[libpng16] Fixed typo in contrib/pngminim/encoder/README
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pngminim/encoder/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README index ff9aa4597..d8d9a6466 100644 --- a/contrib/pngminim/encoder/README +++ b/contrib/pngminim/encoder/README @@ -1,6 +1,6 @@ This demonstrates the use of PNG_USER_CONFIG and pngusr.h -The makefile builds a minimal write-only decoder with embedded libpng +The makefile builds a minimal write-only encoder with embedded libpng and zlib. Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC |