Thread: WDL in the wild
View Single Post
Old 01-08-2012, 03:33 PM   #99
Tranquil
Human being with feelings
 
Join Date: Feb 2005
Location: Greece
Posts: 100
Default

Quote:
Originally Posted by Justin View Post
Just pushed updates to the main Cockos WDL repos, including the new libpng above (though we still use old 1.2.3 zlib, I think)... Thanks, Tale!
Is there a particular technical reason not to update to zlib 1.2.5 or it's just the result of boredom?

also changed pngstruct.h include
Code:
diff --git a/source/WDL/libpng/pngstruct.h b/source/WDL/libpng/pngstruct.h
index 33f2384..5780901 100644
--- a/source/WDL/libpng/pngstruct.h
+++ b/source/WDL/libpng/pngstruct.h
@@ -24,7 +24,7 @@
  * in this structure and is required for decompressing the LZ compressed
  * data in PNG files.
  */
-#include "zlib.h"
+#include "../zlib/zlib.h"

 struct png_struct_def
 {
Tranquil is offline   Reply With Quote