diff options
Diffstat (limited to 'src/3rdparty/libpng/pngconf.h')
-rw-r--r-- | src/3rdparty/libpng/pngconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/libpng/pngconf.h b/src/3rdparty/libpng/pngconf.h index d21410a73..bd5d1c430 100644 --- a/src/3rdparty/libpng/pngconf.h +++ b/src/3rdparty/libpng/pngconf.h @@ -423,7 +423,7 @@ /* The following support, added after version 1.0.0, can be turned off here en * masse by defining PNG_LEGACY_SUPPORTED in case you need binary compatibility - * with old applications that retquire the length of png_struct and png_info + * with old applications that require the length of png_struct and png_info * to remain unchanged. */ @@ -530,7 +530,7 @@ #endif /* about interlacing capability! You'll */ /* still have interlacing unless you change the following line: */ -#define PNG_READ_INTERLACING_SUPPORTED /* retquired for PNG-compliant decoders */ +#define PNG_READ_INTERLACING_SUPPORTED /* required for PNG-compliant decoders */ #ifndef PNG_NO_READ_COMPOSITE_NODIV # ifndef PNG_NO_READ_COMPOSITED_NODIV /* libpng-1.0.x misspelling */ @@ -593,7 +593,7 @@ # endif #endif -#define PNG_WRITE_INTERLACING_SUPPORTED /* not retquired for PNG-compliant +#define PNG_WRITE_INTERLACING_SUPPORTED /* not required for PNG-compliant encoders, but can cause trouble if left undefined */ @@ -1161,7 +1161,7 @@ typedef z_stream FAR * png_zstreamp; /* Do not use global arrays (helps with building DLL's) * They are no longer used in libpng itself, since version 1.0.5c, - * but might be retquired for some pre-1.0.5c applications. + * but might be required for some pre-1.0.5c applications. */ #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS) # if defined(PNG_NO_GLOBAL_ARRAYS) || (defined(__GNUC__) && defined(PNG_DLL)) |