]> code.ossystems Code Review - openembedded-core.git/commit
gst-openmax: fix build with GLib 2.40 onwards
authorRoss Burton <ross.burton@intel.com>
Mon, 12 May 2014 12:14:47 +0000 (13:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2014 18:24:00 +0000 (19:24 +0100)
commitf453cd989b47677b863acda7a4627636f66436f4
tree71b82ad6b5f972e34e0f96ec295bc8583f065920
parent23521fccb122b64f3469d46176f73fe476b0dfc5
gst-openmax: fix build with GLib 2.40 onwards

GLib 2.40 adds g_ptr_array_insert, but gst-openmax is definining that as a
static helper function.  Rename the static function so it doesn't conflict with
GLib's namespace.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-openmax/ptr-array.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb