updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / fluxus / patches.diff
blobc46b10588a1b982b289d98d209ad4027aed06daa
1 --- fluxus-0.17b2/libfluxus/src/PNGLoader.cpp.orig 2010-02-13 17:55:22.000000000 -0200
2 +++ fluxus-0.17b2/libfluxus/src/PNGLoader.cpp 2010-04-20 02:39:21.980283633 -0300
3 @@ -168,10 +168,6 @@
4 atext[0].key = const_cast<char *>("title");
5 atext[0].text = const_cast<char *>("made with fluxus");
6 atext[0].compression = PNG_TEXT_COMPRESSION_NONE;
7 - #ifdef PNG_iTXt_SUPPORTED
8 - text_ptr[0].lang = NULL;
9 - text_ptr[1].lang = NULL;
10 - #endif
11 png_set_text (ppng, pinfo, atext, 2);
12 png_write_info (ppng, pinfo);
13 unsigned int stride=w*numchannels;