[gst-devel] [gst-cvs] gst-plugins-good: png: Check for libpng >= 1.2 instead of libpng12

LRN lrn1986 at gmail.com
Tue Mar 16 18:23:14 CET 2010


On 16.03.2010 17:20, Sebastian_Dr=F6ge wrote:
> Module: gst-plugins-good
> Branch: master
> Commit: d544c7b937b25023e44bee5ce615e8453b84c27c
> URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=d544c7b937b25023e44bee5ce615e8453b84c27c
>
> Author: Руслан Ижбулатов <lrn1986 at gmail.com>
> Date:   Mon Mar 15 23:29:06 2010 +0300
>
> png: Check for libpng >= 1.2 instead of libpng12
>
> ---
>
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3b87074..c9f011d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -755,7 +755,7 @@ AG_GST_CHECK_FEATURE(LIBDV, [libdv DV demuxer/decoder], dv, [
>  dnl *** libpng ***
>  translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
>  AG_GST_CHECK_FEATURE(LIBPNG, [Portable Network Graphics library], png, [
> -  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng12)
> +  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng >= 1.2)
>  ])
>  
>  dnl *** pulseaudio ***
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gstreamer-cvs mailing list
> gstreamer-cvs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs
>   
If you look into your gst-cvs mailing archive, you'll see that this
message is base64-encoded. This is fine for most e-mail clients, but my
buildbot isn't happy with it, i'm afraid, as it works only in text mode.
Is there a way to prevent gst-cvs from sending encoded messages?




More information about the gstreamer-devel mailing list