]> git.pld-linux.org Git - packages/xine-ui.git/blob - xine-ui-libpng15.patch
- release 4
[packages/xine-ui.git] / xine-ui-libpng15.patch
1 --- xine-ui-0.99.6/src/xitk/Imlib-light/load.c~ 2010-03-01 18:02:05.000000000 +0100
2 +++ xine-ui-0.99.6/src/xitk/Imlib-light/load.c  2012-02-08 22:14:11.854588686 +0100
3 @@ -61,7 +61,7 @@
4        png_destroy_read_struct(&png_ptr, NULL, NULL);
5        return NULL;
6      }
7 -  if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
8 +  if (png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA)
9      {
10        png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
11        return NULL;
This page took 0.035251 seconds and 3 git commands to generate.