[gstreamer-bugs] [Bug 608629] [pngdec] png_set_gray_1_2_4_to_8() removed in libpng >= 1.4.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 1 16:07:07 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=608629
  GStreamer | gst-plugins-good | 0.10.17

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.18

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-02 00:07:03 UTC ---
Ah ok, I'm guessing you're not using configure+make to build GStreamer then...

In any case, patches created using 'git format-patch -1' are usually prefered,
so we don't have to create the commit message and type in the author info etc.

commit 2514421c13f58b153f31cca62251ebec8af54ba4
Author: David Hoyt <dhoyt at llnl.gov>
Date:   Tue Feb 2 00:02:34 2010 +0000

    png: fix compilation with libpng 1.4

    png_set_gray_1_2_4_to_8() has been deprecated for a while and was
    finally removed in libpng 1.4.x. Use png_set_expand_gray_1_2_4_to_8()
    instead.

    Fixes #608629.

Thanks for the patch!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list