From 1161c40a26146629613bd6a17b263175a492b751 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Mar 2012 12:07:39 -0700 Subject: gst-ffmpeg: Fix build with gcc 4.7 A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb') diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb index 92cd349b70..3b607bf8cb 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb @@ -18,12 +18,13 @@ inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ file://lower-rank.diff \ file://configure-fix.patch \ + file://h264_qpel_mmx.patch \ " SRC_URI[md5sum] = "7f5beacaf1312db2db30a026b36888c4" SRC_URI[sha256sum] = "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62" -PR = "r1" +PR = "r2" GSTREAMER_DEBUG ?= "--disable-debug" EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" ${GSTREAMER_DEBUG}" -- cgit 1.2.3-korg