0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-01-04 09:00:47 +00:00
SRB2/libs/libpng-src/contrib/pngminim/encoder/pngusr.h

24 lines
643 B
C
Raw Normal View History

2014-03-15 16:59:03 +00:00
/* minwrpngconf.h: headers to make a minimal png-write-only library
*
* Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson
2014-03-15 16:59:03 +00: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 MINWRPNGCONF_H
#define MINWRPNGCONF_H
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
2014-03-15 16:59:03 +00:00
/* List options to turn off features of the build that do not
* affect the API (so are not recorded in pnglibconf.h)
*/
2014-03-15 16:59:03 +00:00
#define PNG_ALIGN_TYPE PNG_ALIGN_NONE
2014-03-15 16:59:03 +00:00
#endif /* MINWRPNGCONF_H */