Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: third_party/libpng/pnglibconf.h

Issue 1032253003: Enable both static and dynamically linked libpng (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* libpng 1.6.16 STANDARD API DEFINITION */ 1 /* libpng 1.6.16 STANDARD API DEFINITION */
2 2
3 /* pnglibconf.h - library build configuration */ 3 /* pnglibconf.h - library build configuration */
4 4
5 /* Libpng version 1.6.16 - December 22, 2014 */ 5 /* Libpng version 1.6.16 - December 22, 2014 */
6 6
7 /* Copyright (c) 1998-2014 Glenn Randers-Pehrson */ 7 /* Copyright (c) 1998-2014 Glenn Randers-Pehrson */
8 8
9 /* This code is released under the libpng license. */ 9 /* This code is released under the libpng license. */
10 /* For conditions of distribution and use, see the disclaimer */ 10 /* For conditions of distribution and use, see the disclaimer */
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 #define PNG_TEXT_Z_DEFAULT_COMPRESSION (-1) 199 #define PNG_TEXT_Z_DEFAULT_COMPRESSION (-1)
200 #define PNG_TEXT_Z_DEFAULT_STRATEGY 0 200 #define PNG_TEXT_Z_DEFAULT_STRATEGY 0
201 #define PNG_WEIGHT_SHIFT 8 201 #define PNG_WEIGHT_SHIFT 8
202 #define PNG_ZBUF_SIZE 8192 202 #define PNG_ZBUF_SIZE 8192
203 #define PNG_ZLIB_VERNUM 0 /* unknown */ 203 #define PNG_ZLIB_VERNUM 0 /* unknown */
204 #define PNG_Z_DEFAULT_COMPRESSION (-1) 204 #define PNG_Z_DEFAULT_COMPRESSION (-1)
205 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 205 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
206 #define PNG_Z_DEFAULT_STRATEGY 1 206 #define PNG_Z_DEFAULT_STRATEGY 1
207 #define PNG_sCAL_PRECISION 5 207 #define PNG_sCAL_PRECISION 5
208 #define PNG_sRGB_PROFILE_CHECKS 2 208 #define PNG_sRGB_PROFILE_CHECKS 2
209 #define PNG_PREFIX skia_
scroggo 2015/03/26 17:19:02 I think it would be good to add some sort of comme
209 /* end of settings */ 210 /* end of settings */
210 #endif /* PNGLCONF_H */ 211 #endif /* PNGLCONF_H */
OLDNEW
« gyp/codec.gyp ('K') | « gyp/libpng.gyp ('k') | third_party/libpng/pngprefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698