[devel] Imported from libpng-1.5.0beta07.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 09:47:43 -06:00
parent f98726ae98
commit 6a9e480512
29 changed files with 41 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.5.0beta07 - February 14, 2010
Makefiles for libpng version 1.5.0beta07 - February 19, 2010
makefile.linux => Linux/ELF makefile
(gcc, creates libpng15.so.15.1.5.0beta07)

View File

@@ -257,3 +257,5 @@ EXPORTS
; Added at version 1.4.1
png_get_chunk_malloc_max @220
png_set_chunk_malloc_max @221
; Added at version 1.5.0
png_longjmp @222

View File

@@ -217,6 +217,8 @@ EXPORTS
; Added at version 1.4.1
png_get_chunk_malloc_max
png_set_chunk_malloc_max
; Added at version 1.5.0
png_longjmp
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
png_libpng_ver

View File

@@ -212,3 +212,5 @@ EXPORTS
; Added at version 1.4.1
png_get_chunk_malloc_max
png_set_chunk_malloc_max
; Added at version 1.5.0
png_longjmp