[master] Imported from libpng-1.6.21.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-01-15 09:52:13 -06:00
parent 047737496a
commit 5756fcab2f
53 changed files with 501 additions and 332 deletions

View File

@@ -17,7 +17,7 @@ gamma="$1"
shift
alpha="$1"
shift
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} $(
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} `
for f in "${srcdir}/contrib/testpngs/"*.png
do
g=
@@ -49,4 +49,4 @@ exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} $(
test "$alpha" = "opaque" -o "$alpha" = "none" && echo "$g";;
esac
done
)
`