You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/apngdis/files/apngdis-2.9-zlib.patch

13 lines
309 B

Drop unused zlib header.
--- apngdis-2.9-src/apngdis.cpp
+++ apngdis-2.9-src/apngdis.cpp
@@ -32,7 +32,6 @@
#include <string.h>
#include <vector>
#include "png.h" /* original (unpatched) libpng is ok */
-#include "zlib.h"
#define notabc(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97))