mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[alpha] Removed "-DPNG_CONFIGURE_LIBPNG" from contrib/pngminim/*/makefile
This commit is contained in:
6
ANNOUNCE
6
ANNOUNCE
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.1alpha02 - December 4, 2009
|
Libpng 1.4.1alpha02 - December 11, 2009
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@@ -29,7 +29,7 @@ Changes since the last public release (1.4.0beta107):
|
|||||||
version 1.4.1alpha01 [November 27, 2009]
|
version 1.4.1alpha01 [November 27, 2009]
|
||||||
Based on 1.4.0beta107 (prerelease)
|
Based on 1.4.0beta107 (prerelease)
|
||||||
|
|
||||||
version 1.4.1alpha02 [December 4, 2009]
|
version 1.4.1alpha02 [December 11, 2009]
|
||||||
Restored premultiplied alpha feature from version 1.4.0beta105.
|
Restored premultiplied alpha feature from version 1.4.0beta105.
|
||||||
Added "double gamma" to parameters for png_set_premultiply_alpha().
|
Added "double gamma" to parameters for png_set_premultiply_alpha().
|
||||||
Added "float postmultiply_gamma" member to the png_struct.
|
Added "float postmultiply_gamma" member to the png_struct.
|
||||||
@@ -45,7 +45,7 @@ version 1.4.1alpha02 [December 4, 2009]
|
|||||||
Sync with version 1.4.0beta107:
|
Sync with version 1.4.0beta107:
|
||||||
Updated README
|
Updated README
|
||||||
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
|
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
|
||||||
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
|
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles, projects, and contrib.
|
||||||
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
||||||
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
||||||
instead of in $prefix/include/libpng. Also revised makefile.sco
|
instead of in $prefix/include/libpng. Also revised makefile.sco
|
||||||
|
|||||||
4
CHANGES
4
CHANGES
@@ -2411,7 +2411,7 @@ version 1.4.0beta107 [November 27, 2009]
|
|||||||
version 1.4.1alpha01 [November 27, 2009]
|
version 1.4.1alpha01 [November 27, 2009]
|
||||||
Based on 1.4.0beta107 (prerelease)
|
Based on 1.4.0beta107 (prerelease)
|
||||||
|
|
||||||
version 1.4.1alpha02 [December 4, 2009]
|
version 1.4.1alpha02 [December 11, 2009]
|
||||||
Restored premultiplied alpha feature from version 1.4.0beta105.
|
Restored premultiplied alpha feature from version 1.4.0beta105.
|
||||||
Added "double gamma" to parameters for png_set_premultiply_alpha().
|
Added "double gamma" to parameters for png_set_premultiply_alpha().
|
||||||
Added "float postmultiply_gamma" member to the png_struct.
|
Added "float postmultiply_gamma" member to the png_struct.
|
||||||
@@ -2427,7 +2427,7 @@ version 1.4.1alpha02 [December 4, 2009]
|
|||||||
Sync with version 1.4.0beta107:
|
Sync with version 1.4.0beta107:
|
||||||
Updated README
|
Updated README
|
||||||
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
|
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
|
||||||
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
|
Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles, projects, and contrib.
|
||||||
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
|
||||||
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
to put png.h and pngconf.h in $prefix/include, like the other scripts,
|
||||||
instead of in $prefix/include/libpng. Also revised makefile.sco
|
instead of in $prefix/include/libpng. Also revised makefile.sco
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ LD=$(CC)
|
|||||||
|
|
||||||
RM=rm -f
|
RM=rm -f
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
||||||
-DdeflateParams\(a,b,c\)=Z_OK -I. -O1
|
-DdeflateParams\(a,b,c\)=Z_OK -I. -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ LD=$(CC)
|
|||||||
|
|
||||||
RM=rm -f
|
RM=rm -f
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZIP -I. -O1
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
O=.o
|
O=.o
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ XLIB = -L/usr/X11R6/lib -lX11
|
|||||||
#LIBS = $(XLIB)
|
#LIBS = $(XLIB)
|
||||||
LIBS = $(XLIB) -lm #platforms that need libm
|
LIBS = $(XLIB) -lm #platforms that need libm
|
||||||
|
|
||||||
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
|
||||||
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
|
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
|
||||||
|
|
||||||
C=.c
|
C=.c
|
||||||
|
|||||||
Reference in New Issue
Block a user