16 lines
743 B
Makefile
16 lines
743 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libvdpau"
|
|
PKG_VERSION="1.1.1"
|
|
PKG_SHA256="5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://wiki.freedesktop.org/www/Software/VDPAU/"
|
|
PKG_URL="https://secure.freedesktop.org/~aplattner/vdpau/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libX11 xorgproto libXext"
|
|
PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-dri2 \
|
|
--disable-documentation \
|
|
--with-module-dir=/usr/lib/vdpau"
|