]> git.pld-linux.org Git - packages/GraphicsMagick.git/blame - GraphicsMagick-png.patch
- up to 1.2.2
[packages/GraphicsMagick.git] / GraphicsMagick-png.patch
CommitLineData
3d4ab7de 1--- GraphicsMagick-1.1.7/coders/png.c~ 2004-11-11 00:14:54.000000000 +0100
2+++ GraphicsMagick-1.1.7/coders/png.c 2007-02-23 13:01:01.000000000 +0100
3@@ -1706,7 +1706,7 @@
4 (int)sizeof(unused_chunks)/5);
5 #endif
6
7-#if defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \
8+#if 0 && defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \
9 && (PNG_LIBPNG_VER >= 10200)
10 /* Disable thread-unsafe features of pnggccrd */
11 if (png_access_version() >= 10200)
This page took 0.078755 seconds and 4 git commands to generate.