aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-26 16:23:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-29 18:14:52 +0000
commit12c7c6af9d77b2484eaa686e5fe02b5df0334e91 (patch)
treefb0aff5ab05759556572456e25716ca3d0f6e1c8 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
parent3890ac52f3f1ef69504bea421aa3c7b57616a362 (diff)
downloadopenembedded-core-12c7c6af9d77b2484eaa686e5fe02b5df0334e91.tar.gz
gstreamer1.0-plugins-bad: fix compiler warnings with -Os in 1.7.1
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
index ebf579fad5..99690a3b81 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
@@ -11,6 +11,7 @@ SRC_URI = " \
git://anongit.freedesktop.org/gstreamer/gst-plugins-bad;name=base \
git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
file://configure-allow-to-disable-libssh2.patch \
+ file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch \
"
PV = "1.7.1+git${SRCPV}"