summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-01-20 12:10:09 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2015-01-20 17:59:30 -0600
commit1052f65e7f46f4de0d6e133499d6b716456ae903 (patch)
tree3c80f4b74fc570c0d19f155056dab71f8365e4f7 /common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
parenteb657c8f6b8a333bf0675bf05555dde4d44c3d5c (diff)
downloadmeta-intel-1052f65e7f46f4de0d6e133499d6b716456ae903.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc7
1 files changed, 3 insertions, 4 deletions
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"
13 13
14SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ 14SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \
15 file://install-tests.patch \ 15 file://install-tests.patch \
16 file://gstreamer14.patch \
17 " 16 "
18 17
19SRC_URI[md5sum] = "375ddbab556e53ccc311b792f2c649a7" 18SRC_URI[md5sum] = "d213d22affbb2d65ebf6107fec69999b"
20SRC_URI[sha256sum] = "24fee8a1ca4cb99ed7739d876b17a4085e81b28550350867dee5105300d343c6" 19SRC_URI[sha256sum] = "b5efbb5ccd3e9fd1ce16193dd14cfac327a8ec2662794c0067ff2603c3355003"
21 20
22S = "${WORKDIR}/${REALPN}-${PV}" 21S = "${WORKDIR}/${REALPN}-${PV}"
23 22
@@ -25,7 +24,7 @@ inherit autotools pkgconfig gtk-doc
25 24
26PACKAGES =+ "${PN}-tests" 25PACKAGES =+ "${PN}-tests"
27 26
28EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION}" 27EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION} --disable-builtin-libvpx"
29 28
30PACKAGECONFIG ??= "drm \ 29PACKAGECONFIG ??= "drm \
31 ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ 30 ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \