diff options
author | Ross Burton <ross.burton@intel.com> | 2014-05-12 13:14:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:03 +0100 |
commit | d5958a9d13be0c7e521ad08b70dedddcfade6ff0 (patch) | |
tree | b806f6826a59d1d1983cbf9a78053a07cc3d1d5a /meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | |
parent | 40551859671a1c9da26cfdcda34da952c66ac8c2 (diff) | |
download | poky-d5958a9d13be0c7e521ad08b70dedddcfade6ff0.tar.gz |
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.
(From OE-Core rev: f453cd989b47677b863acda7a4627636f66436f4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb index ea3b66ba8c..4e22f46532 100644 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | |||
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
13 | 13 | ||
14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2 \ |
15 | file://gcc_4.6.patch \ | 15 | file://gcc_4.6.patch \ |
16 | file://ptr-array.patch \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | inherit autotools | 19 | inherit autotools |