]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/blob - gstreamer-plugins-good-libpng.patch
- another png14 fix
[packages/gstreamer-plugins-good.git] / gstreamer-plugins-good-libpng.patch
1 --- gst-plugins-good-0.10.17/configure.ac~      2010-01-29 22:06:45.798536762 +0100
2 +++ gst-plugins-good-0.10.17/configure.ac       2010-01-29 22:07:06.241451973 +0100
3 @@ -750,7 +750,7 @@
4  dnl *** libpng ***
5  translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
6  AG_GST_CHECK_FEATURE(LIBPNG, [Portable Network Graphics library], png, [
7 -  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng12)
8 +  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng)
9  ])
10  
11  dnl *** pulseaudio ***
12 --- gst-plugins-good-0.10.17/ext/libpng/gstpngdec.c.orig        2010-02-14 20:25:19.449956068 +0100
13 +++ gst-plugins-good-0.10.17/ext/libpng/gstpngdec.c     2010-02-14 20:25:37.008576491 +0100
14 @@ -397,7 +397,7 @@ gst_pngdec_caps_create_and_set (GstPngDe
15      png_set_gray_to_rgb (pngdec->png);
16      if (bpc < 8) {              /* Convert to 8 bits */
17        GST_LOG_OBJECT (pngdec, "converting grayscale image to 8 bits");
18 -      png_set_gray_1_2_4_to_8 (pngdec->png);
19 +      png_set_expand_gray_1_2_4_to_8 (pngdec->png);
20      }
21    }
22  
This page took 0.023023 seconds and 3 git commands to generate.