aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gmerlin
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-11-17 15:02:21 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-11-17 15:02:21 +0000
commit3e7d0551ee1fcc0394f5faa3075cc8c5040ee721 (patch)
tree2f84500de975b203ae05abe2d65a31b3d7aab68c /multimedia/gmerlin
parent9f3a14eb3001d0b91d5cdd6528b6e97ee8f2a64f (diff)
downloadports-3e7d0551ee1fcc0394f5faa3075cc8c5040ee721.tar.gz
ports-3e7d0551ee1fcc0394f5faa3075cc8c5040ee721.zip
Notes
Diffstat (limited to 'multimedia/gmerlin')
-rw-r--r--multimedia/gmerlin/files/patch-plugins-png_ir_png.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gmerlin/files/patch-plugins-png_ir_png.c b/multimedia/gmerlin/files/patch-plugins-png_ir_png.c
new file mode 100644
index 000000000000..8b6ed3b80508
--- /dev/null
+++ b/multimedia/gmerlin/files/patch-plugins-png_ir_png.c
@@ -0,0 +1,10 @@
+--- plugins/png/ir_png.c.orig 2011-11-17 15:55:16.000000000 +0100
++++ plugins/png/ir_png.c 2011-11-17 15:55:29.000000000 +0100
+@@ -133,7 +133,6 @@
+ png_set_expand_gray_1_2_4_to_8(png->png_ptr);
+ #endif
+
+- png_set_gray_1_2_4_to_8(png->png_ptr);
+ if (png_get_valid(png->png_ptr, png->info_ptr, PNG_INFO_tRNS))
+ {
+ png_set_tRNS_to_alpha(png->png_ptr);