[meta-intel] [PATCH] gstreamer-vaapi: Remove deprecated configure option

Jussi Kukkonen jussi.kukkonen at intel.com
Wed Jan 20 05:51:00 PST 2016


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 at intel.com>
---
 common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb | 2 --
 common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc          | 2 +-
 2 files changed, 1 insertion(+), 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 48cd6fd..9c07521 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
 
 DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
 
-GST_API_VERSION = "1.4"
-
 SRC_URI += "file://0001-libs-remove-unneeded-headers.patch"
 
 SRC_URI[md5sum] = "f01425481bd161f57334dab7ab4069d3"
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc
index 1d66124..6683a7b 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
 
 PACKAGES =+ "${PN}-tests"
 
-EXTRA_OECONF += "--with-gstreamer-api=${GST_API_VERSION} --disable-builtin-libvpx"
+EXTRA_OECONF += "--disable-builtin-libvpx"
 
 PACKAGECONFIG ??= "drm \
                    ${@base_contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \
-- 
2.1.4



More information about the meta-intel mailing list