diff options
author | gahr <gahr@FreeBSD.org> | 2011-11-17 23:02:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-11-17 23:02:21 +0800 |
commit | 33f4eb1853b52c22b0b17cbc9269374b0a23899e (patch) | |
tree | 83abbd3c78b326bb87d6110d8cec1be8fb9a502f /multimedia | |
parent | 937be34f7e2ad6299733d9a76ce69448b4beef82 (diff) | |
download | freebsd-ports-gnome-33f4eb1853b52c22b0b17cbc9269374b0a23899e.tar.gz freebsd-ports-gnome-33f4eb1853b52c22b0b17cbc9269374b0a23899e.tar.zst freebsd-ports-gnome-33f4eb1853b52c22b0b17cbc9269374b0a23899e.zip |
- Add a patch to remove a misplaced duplicated line of source code
Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmerlin/files/patch-plugins-png_ir_png.c | 10 |
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); |