From e1e3c1a2a27f8ec68c289735b01ecda5479f5368 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 18 Dec 2012 14:58:44 -0600 Subject: [PATCH] [libpng17] Fixed typo in contrib/pngminim/encoder/README --- contrib/pngminim/encoder/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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