Blame thirdparty/libpng-1.6.21/contrib/pngminim/preader/pngusr.h
|
fukasawa |
e60969 |
/* minrdpngconf.h: headers to make a minimal png-read-only library
|
|
fukasawa |
e60969 |
*
|
|
fukasawa |
e60969 |
* Copyright (c) 2009, 2010-2013 Glenn Randers-Pehrson
|
|
fukasawa |
e60969 |
*
|
|
fukasawa |
e60969 |
* This code is released under the libpng license.
|
|
fukasawa |
e60969 |
* For conditions of distribution and use, see the disclaimer
|
|
fukasawa |
e60969 |
* and license in png.h
|
|
fukasawa |
e60969 |
*
|
|
fukasawa |
e60969 |
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
|
|
fukasawa |
e60969 |
*/
|
|
fukasawa |
e60969 |
|
|
fukasawa |
e60969 |
#ifndef MINPRDPNGCONF_H
|
|
fukasawa |
e60969 |
#define MINPRDPNGCONF_H
|
|
fukasawa |
e60969 |
|
|
fukasawa |
e60969 |
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
|
|
fukasawa |
e60969 |
|
|
fukasawa |
e60969 |
/* List options to turn off features of the build that do not
|
|
fukasawa |
e60969 |
* affect the API (so are not recorded in pnglibconf.h)
|
|
fukasawa |
e60969 |
*/
|
|
fukasawa |
e60969 |
|
|
fukasawa |
e60969 |
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE
|
|
fukasawa |
e60969 |
|
|
fukasawa |
e60969 |
#endif /* MINPRDPNGCONF_H */
|