GNOME Bugzilla – Bug 631756
Fix build with glib 2.21.3
Last modified: 2010-10-10 16:33:14 UTC
Created attachment 172013 [details] [review] Use g_mapped_file_unref with glib 0.21.3 A check is made for glib 0.22, purported to introduce g_mapped_file_unref as a replacement for g_mapped_file_free. This is a lie. It exists already in 0.21.3, and the check causes build to stop as gst is set up to moan on obsolete glib symbols (and g_mapped_file_free is one). The symbol may well have been introduced before 0.21.3, but I've pulled it back to a version I know has it, as it's the one I've got.
commit 50a6f26684305ac9dd78cfe01a64be92cb27237b Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com> Date: Sat Oct 9 14:17:57 2010 +0100 examples: g_mapped_file_unref exists already since GLib 2.21.3