From 1052f65e7f46f4de0d6e133499d6b716456ae903 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Jan 2015 12:10:09 +0000 Subject: gstreamer-vaapi: Upgrade to 0.5.9 Upgrade to 0.5.9, and drop the patches that were backported from git. Also disable the built-in libvpx as it doesn't cross-compile. This means that WebM decoding isn't supported. Signed-off-by: Ross Burton Signed-off-by: Tom Zanussi --- common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc') diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc index 3614fbc7..2b08d1ca 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc @@ -13,11 +13,10 @@ DEPENDS = "libva" SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ file://install-tests.patch \ - file://gstreamer14.patch \ " -SRC_URI[md5sum] = "375ddbab556e53ccc311b792f2c649a7" -SRC_URI[sha256sum] = "24fee8a1ca4cb99ed7739d876b17a4085e81b28550350867dee5105300d343c6" +SRC_URI[md5sum] = "d213d22affbb2d65ebf6107fec69999b" +SRC_URI[sha256sum] = "b5efbb5ccd3e9fd1ce16193dd14cfac327a8ec2662794c0067ff2603c3355003" S = "${WORKDIR}/${REALPN}-${PV}" @@ -25,7 +24,7 @@ inherit autotools pkgconfig gtk-doc PACKAGES =+ "${PN}-tests" -EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION}" +EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION} --disable-builtin-libvpx" PACKAGECONFIG ??= "drm \ ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ -- cgit v1.2.3-54-g00ecf