summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2016-07-22 16:16:21 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-25 09:38:41 -0500
commit3f51f61efe93c104ba7996f54f381c6c1a5e6546 (patch)
treee401b4670192770ca6def55b9c51f079735440ea /common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
parentab6f511bee2915ccc45a195d85aa07c70952bb56 (diff)
downloadmeta-intel-3f51f61efe93c104ba7996f54f381c6c1a5e6546.tar.gz
gstreamer-vaapi: Update to upstream version 1.8.2
With the 1.8.x series gstreamer-vaapi got integrated into the maintainership of the greater GStreamer project. Also this upstreaming introduced a policy change in the source base where gstreamer-vaapi versions are now tested only with the GStreamer version with the same number (as opposed to the past pre-upstream source base which had a policy of supporting a range of GStreamer versions). So care should be taken to keep the gstreamer-vaapi build configuration in sync with the gstreamer build configuration. Signed-off-by: Scott D Phillips <scott.d.phillips@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.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
index 7a298902..6dea9cfc 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
11 11
12DEPENDS = "libva" 12DEPENDS = "libva"
13 13
14SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ 14SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz \
15 " 15 "
16 16
17S = "${WORKDIR}/${REALPN}-${PV}" 17S = "${WORKDIR}/${REALPN}-${PV}"
@@ -20,8 +20,6 @@ inherit autotools pkgconfig gtk-doc
20 20
21PACKAGES =+ "${PN}-tests" 21PACKAGES =+ "${PN}-tests"
22 22
23EXTRA_OECONF += "--disable-builtin-libvpx"
24
25PACKAGECONFIG ??= "drm \ 23PACKAGECONFIG ??= "drm \
26 ${@bb.utils.contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ 24 ${@bb.utils.contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \
27 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \ 25 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \