mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/intel/libva-utils/blob/2.24.0/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
419 B
Makefile
14 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# libva-utils
|
|
#
|
|
################################################################################
|
|
|
|
LIBVA_UTILS_VERSION = 2.24.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))
|