diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index 9cf5cf02bf3..bf89b081b08 100755 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -3,7 +3,7 @@ COMMENT= Google WebP image format conversion tool GH_ACCOUNT= webmproject GH_PROJECT= libwebp GH_TAGNAME= v1.6.0 -REVISION= 1 +REVISION= 2 CATEGORIES= graphics SHARED_LIBS += sharpyuv 0.1 # 0.0 diff --git a/graphics/libwebp/patches/patch-examples_cwebp_c b/graphics/libwebp/patches/patch-examples_cwebp_c deleted file mode 100644 index 848a2d849f2..00000000000 --- a/graphics/libwebp/patches/patch-examples_cwebp_c +++ /dev/null @@ -1,18 +0,0 @@ -cwebp.c:186:47: error: no member named 'cross_color_transform_bits' in 'struct WebPAuxStats' - -Index: examples/cwebp.c ---- examples/cwebp.c.orig -+++ examples/cwebp.c -@@ -184,9 +184,9 @@ static void PrintFullLosslessInfo(const WebPAuxStats* - if (stats->lossless_features & 1) { - fprintf(stderr, " prediction=%d", stats->transform_bits); - } -- if (stats->lossless_features & 2) { -- fprintf(stderr, " cross-color=%d", stats->cross_color_transform_bits); -- } -+ //if (stats->lossless_features & 2) { -+ // fprintf(stderr, " cross-color=%d", stats->cross_color_transform_bits); -+ //} - fprintf(stderr, " cache=%d\n", stats->cache_bits); - if (stats->palette_size > 0) { - fprintf(stderr, " * Palette size: %d\n", stats->palette_size);