[libpng17] Imported from libpng-1.7.0alpha10.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-02-06 19:45:20 -06:00
parent f15a5006c8
commit 6afcee826f
17 changed files with 91 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.7.0alpha10 - February 5, 2013
Makefiles for libpng version 1.7.0alpha10 - February 7, 2013
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -30,7 +30,7 @@
# are copied to the preprocessed file).
BEGIN{
out="/dev/null" # intermediate, preprocessed, file
out="" # intermediate, preprocessed, file
pre=-1 # preprocess (first line)
version="libpng version unknown" # version information
version_file="" # where to find the version
@@ -79,7 +79,7 @@ BEGIN{
}
# The output file must be specified before any input:
out == "/dev/null" {
out == "" {
print "out=output.file must be given on the command line"
err = 1
exit 1

View File

@@ -1,6 +1,6 @@
/* pnglibconf.h - library build configuration */
/* libpng version 1.7.0alpha10 - February 5, 2013 */
/* libpng version 1.7.0alpha10 - February 7, 2013 */
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */