droidVncServer/jni/libpng/contrib/pngminim/decoder/pngusr.h

25 lines
666 B
C
Raw Normal View History

2012-06-10 14:34:51 -04:00
/* minrdpngconf.h: headers to make a minimal png-read-only library
*
2012-06-12 13:11:52 -04:00
* Copyright (c) 2007, 2010-2011 Glenn Randers-Pehrson
2012-06-10 14:34:51 -04:00
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
*/
#ifndef MINRDPNGCONF_H
#define MINRDPNGCONF_H
2012-06-12 13:11:52 -04:00
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
2012-06-10 14:34:51 -04:00
2012-06-12 13:11:52 -04:00
/* List options to turn off features of the build that do not
* affect the API (so are not recorded in pnglibconf.h)
*/
2012-06-10 14:34:51 -04:00
#define PNG_NO_WARNINGS
2012-06-12 13:11:52 -04:00
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE
2012-06-10 14:34:51 -04:00
#endif /* MINRDPNGCONF_H */