05b90f4513
The utils provided by this package were formerly packaged with libva. Libva contained a patch not to compile mpeg2vldemo to reduce dependencies by avoiding C++, this patch is not moved to this package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
508 B
Makefile
15 lines
508 B
Makefile
################################################################################
|
|
#
|
|
# libva-utils
|
|
#
|
|
################################################################################
|
|
|
|
LIBVA_UTILS_VERSION = 1.8.3
|
|
LIBVA_UTILS_SOURCE = libva-utils-$(LIBVA_UTILS_VERSION).tar.bz2
|
|
LIBVA_UTILS_SITE = https://github.com/01org/libva-utils/releases/download/$(LIBVA_UTILS_VERSION)
|
|
LIBVA_UTILS_LICENSE = MIT
|
|
LIBVA_UTILS_LICENSE_FILES = COPYING
|
|
LIBVA_UTILS_DEPENDENCIES = host-pkgconf libva
|
|
|
|
$(eval $(autotools-package))
|