summaryrefslogtreecommitdiffstats
path: root/gmagick-const.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-26 17:44:35 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-26 17:44:35 +0200
commit3e7096318f0fbd88236e67736e31253bc1d9b2d9 (patch)
treefdb8075075bdf8375caccd51066839bc7bde8fc1 /gmagick-const.patch
parent20bc3e3ab7a2ef03b9c142a5dbd4d3feb723f4fb (diff)
php-pecl-gmagick: refresh patch from PR
Diffstat (limited to 'gmagick-const.patch')
-rw-r--r--gmagick-const.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gmagick-const.patch b/gmagick-const.patch
deleted file mode 100644
index 792b15e..0000000
--- a/gmagick-const.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/gmagick_helpers.c b/gmagick_helpers.c
-index 88aab56..5e9d578 100644
---- a/gmagick_helpers.c
-+++ b/gmagick_helpers.c
-@@ -185,6 +185,7 @@ void php_gmagick_initialize_constants()
- GMAGICK_REGISTER_CONST_LONG("COMPRESSION_JBIG2", JBIG2Compression);
- #endif
-
-+ GMAGICK_REGISTER_CONST_LONG("INTERLACE_NO", NoInterlace); //Don't interlace image (RGBRGBRGBRGBRGBRGB...)
- GMAGICK_REGISTER_CONST_LONG("INTERLACE_NONE", NoInterlace); //Don't interlace image (RGBRGBRGBRGBRGBRGB...)
- GMAGICK_REGISTER_CONST_LONG("INTERLACE_LINE", LineInterlace); //Use scanline interlacing (RRR...GGG...BBB...RRR...GGG...BBB...)
- GMAGICK_REGISTER_CONST_LONG("INTERLACE_PLANE", PlaneInterlace);//Use plane interlacing (RRRRRR...GGGGGG...BBBBBB...)