forked from libretro/Lakka-LibreELEC
02d5330409
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
12 lines
469 B
Makefile
12 lines
469 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="vdpauinfo"
|
|
PKG_VERSION="1.0"
|
|
PKG_SHA256="4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://freedesktop.org/wiki/Software/VDPAU"
|
|
PKG_URL="http://people.freedesktop.org/~aplattner/vdpau/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libvdpau"
|
|
PKG_LONGDESC="A tool to show vdpau infos."
|