[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,15 @@
config BR2_PACKAGE_LIBVA_UTILS
bool "libva-utils"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS # libva
depends on BR2_TOOLCHAIN_HAS_THREADS # libva
select BR2_PACKAGE_LIBVA
help
Libva-utils is a collection of tests for VA-API (Video
Acceleration API)
https://01.org/vaapi
comment "libva-utils needs a toolchain w/ C++, threads, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || \
BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 73609a24fe1dbf99e1472e20af1398d910f64c88b8615272f9f3539ffc5d2efc libva-utils-2.15.0.tar.gz
sha256 c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50 COPYING

View File

@ -0,0 +1,13 @@
################################################################################
#
# libva-utils
#
################################################################################
LIBVA_UTILS_VERSION = 2.15.0
LIBVA_UTILS_SITE = $(call github,intel,libva-utils,$(LIBVA_UTILS_VERSION))
LIBVA_UTILS_LICENSE = MIT
LIBVA_UTILS_LICENSE_FILES = COPYING
LIBVA_UTILS_DEPENDENCIES = host-pkgconf libva
$(eval $(meson-package))