]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/blob - gstreamer-plugins-good-libpng.patch
- rel 3; libpng 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 ***
This page took 0.032413 seconds and 3 git commands to generate.