]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
If linking libpng normally, use its header to get the png_uint_32 type
authorSimon McVittie <smcv@debian.org>
Sat, 21 Jan 2012 22:23:03 +0000 (22:23 +0000)
committernyov <nyov@nexnode.net>
Thu, 27 Nov 2014 10:36:59 +0000 (10:36 +0000)
commitfb10f363f532fe963bb7cf50b794ae06f7ae2f17
tree0160c2a98542a11147b99f074e8b2dbe16c0a9fc
parent4644e6c812103cf2377ed5e639f221af31f17dd0
If linking libpng normally, use its header to get the png_uint_32 type

This avoids needing to work around ABI differences, particularly in
newer versions of libpng: if we know which version we're using, it's
all simpler.

Origin: vendor, Debian
image_png.c