Skip to content

Commit

Permalink
Merge pull request #4741 from heitbaum/va3
Browse files Browse the repository at this point in the history
vadumpcaps: add vadumpcaps to show all capabilities of a VAAPI device…
  • Loading branch information
CvH authored Jan 16, 2021
2 parents adddaea + 923b8ac commit 2b55a22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/debug/vadumpcaps/package.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="vadumpcaps"
PKG_VERSION="fb4dfef76c0fa08f853af377d5d4945d5fb3001c"
PKG_SHA256="4362084e366ef66dc6bd9336baa570a5b459dade57783b24001b2847818a8b69"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/fhvwy/vadumpcaps"
PKG_URL="https://github.com/fhvwy/vadumpcaps/archive/$PKG_VERSION.tar.gz"
PKG_LONGDESC="This is a utility to show all capabilities of a VAAPI device/driver."
PKG_DEPENDS_TARGET="toolchain libva"
PKG_TOOLCHAIN="make"

makeinstall_target() {
mkdir -p $INSTALL/usr/bin
cp vadumpcaps $INSTALL/usr/bin
}

0 comments on commit 2b55a22

Please sign in to comment.