[libpng15] Work around compilers that don't support declaration of const data.

Some compilers fault 'extern const' data declarations (because the data is
not initialized); this turns on const-ness only for compilers where
this is known to work.
4 files changed