2008-07-30 15:47:09 -04:00
|
|
|
/* minrdpngconf.h: headers to make a minimal png-read-only library
|
2009-06-24 10:31:28 -04:00
|
|
|
*
|
2010-04-17 20:08:05 -04:00
|
|
|
* Copyright (c) 2007, 2010 Glenn Randers-Pehrson
|
2009-06-24 10:31:28 -04:00
|
|
|
*
|
2009-06-26 22:46:52 -04:00
|
|
|
* This code is released under the libpng license.
|
|
|
|
* For conditions of distribution and use, see the disclaimer
|
2009-06-24 11:27:36 -04:00
|
|
|
* and license in png.h
|
2009-06-24 10:31:28 -04:00
|
|
|
*
|
2008-07-30 15:47:09 -04:00
|
|
|
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MINRDPNGCONF_H
|
|
|
|
#define MINRDPNGCONF_H
|
|
|
|
|
2010-08-24 22:22:27 -04:00
|
|
|
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
|
2010-04-17 19:07:33 -04:00
|
|
|
|
2010-04-28 08:54:14 -04:00
|
|
|
/* List options to turn off features of the build that do not
|
|
|
|
* affect the API (so are not recorded in pnglibconf.h)
|
|
|
|
*/
|
2010-08-24 22:22:27 -04:00
|
|
|
|
2008-07-30 15:47:09 -04:00
|
|
|
#define PNG_NO_WARNINGS
|
|
|
|
|
|
|
|
#endif /* MINRDPNGCONF_H */
|