Last modified: 2008-04-20 17:24:44 UTC
This patch performs the following: In the source code: -Replace all instance of u_int32_t by uint32_t, which shall be defiend by <stdint.h> In the makefile: -Set gcc as the compiler. Setting the default value of CC only avoids being overriden by environment vars. It is using gcc specific code, anyway. -Not include debug information in file. I also suggest updating the README as it does more than "decompressing into raw RGB data"
Created attachment 4831 [details] pngs_uint32
Patch applied in r33639.