[devel] Removed dummy_inflate.c from contrib/pngminim/encoder

This commit is contained in:
Glenn Randers-Pehrson 2010-04-29 08:40:24 -05:00
parent f10fa3c9f4
commit a0b0d8b9db
4 changed files with 2 additions and 6 deletions

View File

@ -217,6 +217,7 @@ version 1.5.0beta23 [April 29, 2010]
other change. The intention is that users of libpng will find it other change. The intention is that users of libpng will find it
easier to understand if an API they need is missing. easier to understand if an API they need is missing.
Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined. Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined.
Removed dummy_inflate.c from contrib/pngminim/encoder
Send comments/corrections/commendations to png-mng-implement at lists.sf.net: Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit (subscription required; visit

View File

@ -2699,6 +2699,7 @@ version 1.5.0beta23 [April 29, 2010]
other change. The intention is that users of libpng will find it other change. The intention is that users of libpng will find it
easier to understand if an API they need is missing. easier to understand if an API they need is missing.
Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined. Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined.
Removed dummy_inflate.c from contrib/pngminim/encoder
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -1,5 +0,0 @@
#include "zlib.h"
int ZEXPORT inflateReset(strm)
z_streamp strm;
{ return Z_OK ; }

View File

@ -42,7 +42,6 @@ ZHDRS = $(ZH) $(ZCONF)
# code because deflate defines an unused API function deflateBound # code because deflate defines an unused API function deflateBound
# which itself calls compressBound from compress. # which itself calls compressBound from compress.
ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \ ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
dummy_inflate$(O) \
trees$(O) zutil$(O) trees$(O) zutil$(O)
# libpng # libpng