summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
diff options
context:
space:
mode:
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)} \