diff options
Diffstat (limited to 'audio/timidity++/files/patch-x_sherry.c')
-rw-r--r-- | audio/timidity++/files/patch-x_sherry.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/timidity++/files/patch-x_sherry.c b/audio/timidity++/files/patch-x_sherry.c deleted file mode 100644 index c33a60cf7ce0..000000000000 --- a/audio/timidity++/files/patch-x_sherry.c +++ /dev/null @@ -1,28 +0,0 @@ ---- interface/x_sherry.c.orig 2002-07-14 23:19:32.000000000 +0200 -+++ interface/x_sherry.c 2012-04-27 13:12:58.000000000 +0200 -@@ -34,6 +34,7 @@ - #endif - #include <stdlib.h> - #include <png.h> -+#include <pngpriv.h> - - #include "timidity.h" - #include "common.h" -@@ -909,7 +910,7 @@ - { - if(png_get_valid(pngPtr, infoPtr, PNG_INFO_hIST)) - png_get_hIST(pngPtr, infoPtr, &hist); -- png_set_dither(pngPtr, palette, -+ png_set_quantize(pngPtr, palette, - numPalette, MAX_SCREEN_COLORS, hist, 1); - } - } -@@ -934,7 +935,7 @@ - } - } - } -- png_set_dither(pngPtr, stdColorCube, -+ png_set_quantize(pngPtr, stdColorCube, - 6*7*6, MAX_SCREEN_COLORS, - NULL, 1); - /*???*/ |