summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-01-20 15:51:00 +0200
committerSaul Wold <sgw@linux.intel.com>2016-01-20 07:18:36 -0800
commitb42a7e91320a75871b30ec851d6ec02711bbad0d (patch)
tree331f126433c75d5a731f8d2352831f1a82cf766c /common
parent9f8ebe73d8cfa501942eff024dee8d764cf8b24d (diff)
downloadmeta-intel-b42a7e91320a75871b30ec851d6ec02711bbad0d.tar.gz
gstreamer-vaapi: Remove deprecated configure option
0.6 removed support for GStreamer 0.10, and also removed the configure option for selecting the supported api (it now always autodetects the 1.x api). Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb2
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc2
2 files changed, 1 insertions, 3 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb
index 48cd6fd7..9c07521f 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb
@@ -2,8 +2,6 @@ require gstreamer-vaapi.inc
2 2
3DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 3DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
4 4
5GST_API_VERSION = "1.4"
6
7SRC_URI += "file://0001-libs-remove-unneeded-headers.patch" 5SRC_URI += "file://0001-libs-remove-unneeded-headers.patch"
8 6
9SRC_URI[md5sum] = "f01425481bd161f57334dab7ab4069d3" 7SRC_URI[md5sum] = "f01425481bd161f57334dab7ab4069d3"
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
index 1d66124c..6683a7b0 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
@@ -20,7 +20,7 @@ inherit autotools pkgconfig gtk-doc
20 20
21PACKAGES =+ "${PN}-tests" 21PACKAGES =+ "${PN}-tests"
22 22
23EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION} --disable-builtin-libvpx" 23EXTRA_OECONF += "--disable-builtin-libvpx"
24 24
25PACKAGECONFIG ??= "drm \ 25PACKAGECONFIG ??= "drm \
26 ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ 26 ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \