mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
27 lines
750 B
BlitzBasic
27 lines
750 B
BlitzBasic
DESCRIPTION = "NVIDIA DRM video sink GStreamer plugin"
|
|
SECTION = "multimedia"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.libgstnvdrmvideosink;md5=674ef4559ff709167b72104cb9814e93"
|
|
|
|
TEGRA_SRC_SUBARCHIVE = "Linux_for_Tegra/source/libgstnvdrmvideosink_src.tbz2"
|
|
require recipes-bsp/tegra-sources/tegra-sources-36.4.3.inc
|
|
|
|
SRC_URI += " \
|
|
file://0001-Update-makefile-for-OE-builds.patch \
|
|
"
|
|
|
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base virtual/egl libdrm tegra-libraries-multimedia-utils tegra-mmapi"
|
|
|
|
S = "${WORKDIR}/gst-nvdrmvideosink"
|
|
|
|
inherit pkgconfig features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
CFLAGS:append = " -fpic"
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR="${D}"
|
|
}
|
|
FILES:${PN} = "${libdir}/gstreamer-1.0"
|