mirror of https://github.com/stella-emu/stella.git
Fixed PNG library compile error on OSX (and possibly Windows).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3194 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
74b2a209e2
commit
62fa17b7fa
|
@ -798,6 +798,7 @@
|
|||
#include "pngstruct.h"
|
||||
#include "pnginfo.h"
|
||||
|
||||
#if 0 // Added by SA
|
||||
/* Validate the include paths - the include path used to generate pnglibconf.h
|
||||
* must match that used in the build, or we must be using pnglibconf.h.prebuilt:
|
||||
*/
|
||||
|
@ -815,6 +816,7 @@
|
|||
* directives must be in CPPFLAGS.
|
||||
*/
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* This is used for 16 bit gamma tables -- only the top level pointers are
|
||||
* const; this could be changed:
|
||||
|
|
Loading…
Reference in New Issue