mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Remove scripting cruft in contrib/pngminim/*/pngusr.h
This commit is contained in:
@@ -16,8 +16,6 @@
|
|||||||
/* No 16-bit support beyond reading with strip_16 */
|
/* No 16-bit support beyond reading with strip_16 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
%12-%#define PNG_NO_GLOBAL_ARRAYS
|
|
||||||
%12-%
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
#define png_warning(s1,s2) ""
|
#define png_warning(s1,s2) ""
|
||||||
#define png_chunk_warning(s1,s2) ""
|
#define png_chunk_warning(s1,s2) ""
|
||||||
@@ -25,8 +23,6 @@
|
|||||||
#define png_error(s1,s2) png_err(s1)
|
#define png_error(s1,s2) png_err(s1)
|
||||||
#define png_chunk_error(s1,s2) png_err(s1)
|
#define png_chunk_error(s1,s2) png_err(s1)
|
||||||
|
|
||||||
%12-%#define PNG_NO_ASSEMBLER_CODE
|
|
||||||
%12-%#define PNG_NO_OPTIMIZED_CODE
|
|
||||||
#define PNG_NO_READ_GAMMA
|
#define PNG_NO_READ_GAMMA
|
||||||
#define PNG_NO_READ_BACKGROUND
|
#define PNG_NO_READ_BACKGROUND
|
||||||
#define PNG_NO_READ_DITHER
|
#define PNG_NO_READ_DITHER
|
||||||
|
|||||||
@@ -12,8 +12,6 @@
|
|||||||
#ifndef MINWRPNGCONF_H
|
#ifndef MINWRPNGCONF_H
|
||||||
#define MINWRPNGCONF_H
|
#define MINWRPNGCONF_H
|
||||||
|
|
||||||
%12-%#define PNG_NO_GLOBAL_ARRAYS
|
|
||||||
%12-%
|
|
||||||
#define PNG_NO_READ_SUPPORTED
|
#define PNG_NO_READ_SUPPORTED
|
||||||
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
|
|||||||
@@ -12,8 +12,6 @@
|
|||||||
#ifndef MINPRDPNGCONF_H
|
#ifndef MINPRDPNGCONF_H
|
||||||
#define MINPRDPNGCONF_H
|
#define MINPRDPNGCONF_H
|
||||||
|
|
||||||
%12-%#define PNG_NO_GLOBAL_ARRAYS
|
|
||||||
%12-%
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
#define png_warning(s1,s2) ""
|
#define png_warning(s1,s2) ""
|
||||||
#define png_chunk_warning(s1,s2) ""
|
#define png_chunk_warning(s1,s2) ""
|
||||||
@@ -21,8 +19,6 @@
|
|||||||
#define png_error(s1,s2) png_err(s1)
|
#define png_error(s1,s2) png_err(s1)
|
||||||
#define png_chunk_error(s1,s2) png_err(s1)
|
#define png_chunk_error(s1,s2) png_err(s1)
|
||||||
|
|
||||||
%12-%#define PNG_NO_ASSEMBLER_CODE
|
|
||||||
%12-%#define PNG_NO_OPTIMIZED_CODE
|
|
||||||
#define PNG_NO_READ_DITHER
|
#define PNG_NO_READ_DITHER
|
||||||
#define PNG_NO_READ_INVERT
|
#define PNG_NO_READ_INVERT
|
||||||
#define PNG_NO_READ_SHIFT
|
#define PNG_NO_READ_SHIFT
|
||||||
|
|||||||
Reference in New Issue
Block a user