mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Removed dummy_inflate.c and uncompr.c from contrib/pngminim/encoder
This commit is contained in:
parent
97313e0aab
commit
9110473f93
2
ANNOUNCE
2
ANNOUNCE
@ -53,7 +53,7 @@ version 1.4.2rc04 [April 28, 2010]
|
|||||||
|
|
||||||
version 1.4.2rc05 [April 29, 2010]
|
version 1.4.2rc05 [April 29, 2010]
|
||||||
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
|
Removed dummy_inflate.c and uncompr.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
|
||||||
|
|||||||
2
CHANGES
2
CHANGES
@ -2564,7 +2564,7 @@ version 1.4.2rc04 [April 28, 2010]
|
|||||||
|
|
||||||
version 1.4.2rc05 [April 29, 2010]
|
version 1.4.2rc05 [April 29, 2010]
|
||||||
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
|
Removed dummy_inflate.c and uncompr.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
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
#include "zlib.h"
|
|
||||||
|
|
||||||
int ZEXPORT inflate(strm, flush)
|
|
||||||
z_streamp strm;
|
|
||||||
int flush;
|
|
||||||
{ return Z_OK ; }
|
|
||||||
|
|
||||||
int ZEXPORT inflateReset(strm)
|
|
||||||
z_streamp strm;
|
|
||||||
{ return Z_OK ; }
|
|
||||||
|
|
||||||
int ZEXPORT inflateEnd(strm)
|
|
||||||
z_streamp strm;
|
|
||||||
{ return Z_STREAM_ERROR ; }
|
|
||||||
|
|
||||||
int ZEXPORT inflateInit_(strm, version, stream_size)
|
|
||||||
z_streamp strm;
|
|
||||||
const char *version;
|
|
||||||
int stream_size;
|
|
||||||
{ return Z_OK ; }
|
|
||||||
|
|
||||||
int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
|
|
||||||
z_streamp strm;
|
|
||||||
int windowBits;
|
|
||||||
const char *version;
|
|
||||||
int stream_size;
|
|
||||||
{ return Z_STREAM_ERROR ; }
|
|
||||||
@ -6,4 +6,4 @@ rm example.c pngtest.c pngr*.c pngpread.c
|
|||||||
cp ../../../../zlib/*.h .
|
cp ../../../../zlib/*.h .
|
||||||
cp ../../../../zlib/*.c .
|
cp ../../../../zlib/*.c .
|
||||||
rm inf*.[ch]
|
rm inf*.[ch]
|
||||||
rm minigzip.c example.c gz*
|
rm uncompr.c minigzip.c example.c gz*
|
||||||
|
|||||||
@ -15,8 +15,7 @@ L=.a
|
|||||||
E=
|
E=
|
||||||
|
|
||||||
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) uncompr$(O) zutil$(O)
|
|
||||||
|
|
||||||
OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
|
OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
|
||||||
pngset$(O) pngtrans$(O) pngwio$(O) pngwrite$(O) \
|
pngset$(O) pngtrans$(O) pngwio$(O) pngwrite$(O) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user