mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
gst-va-intel: remove
Unused since the previous commit, so remove. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
599e27cd99
commit
c3ef537770
|
@ -1,47 +0,0 @@
|
||||||
DESCRIPTION = "GStreamer Video Acceleration Add-ons for Intel BSPs"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
DEPENDS = "gst-meta-base"
|
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
||||||
|
|
||||||
PR = "r2"
|
|
||||||
|
|
||||||
def map_gst_vaapi(d):
|
|
||||||
if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1":
|
|
||||||
return "gst-va-intel-vaapi"
|
|
||||||
return ""
|
|
||||||
|
|
||||||
VAAPI_IMPL = "${@map_gst_vaapi(d)}"
|
|
||||||
|
|
||||||
PACKAGES = "\
|
|
||||||
gst-va-intel \
|
|
||||||
gst-va-intel-general \
|
|
||||||
gst-va-intel-video \
|
|
||||||
${VAAPI_IMPL} \
|
|
||||||
"
|
|
||||||
|
|
||||||
ALLOW_EMPTY_gst-va-intel = "1"
|
|
||||||
ALLOW_EMPTY_gst-va-intel-general = "1"
|
|
||||||
ALLOW_EMPTY_gst-va-intel-video = "1"
|
|
||||||
ALLOW_EMPTY_gst-va-intel-vaapi = "1"
|
|
||||||
|
|
||||||
RDEPENDS_gst-va-intel = "\
|
|
||||||
gst-va-intel-general \
|
|
||||||
gst-va-intel-video \
|
|
||||||
${VAAPI_IMPL} \
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPENDS_gst-va-intel-general = "\
|
|
||||||
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
|
|
||||||
"commercial", "gst-ffmpeg", "", d)} \
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPENDS_gst-va-intel-video = "\
|
|
||||||
gst-plugins-good-isomp4 \
|
|
||||||
"
|
|
||||||
|
|
||||||
# The gstreamer-vaapi package contains the vaapi implementation
|
|
||||||
#
|
|
||||||
RDEPENDS_gst-va-intel-vaapi = "\
|
|
||||||
gstreamer-vaapi-1.0 \
|
|
||||||
"
|
|
Loading…
Reference in New Issue
Block a user