mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3782 from 5schatten/libvdpau_1.3
libvdpau: updated to v1.3
This commit is contained in:
commit
565360c908
@ -3,14 +3,14 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libvdpau"
|
||||
PKG_VERSION="1.1.1"
|
||||
PKG_SHA256="5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55"
|
||||
PKG_VERSION="1.3"
|
||||
PKG_SHA256="b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e"
|
||||
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_URL="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PKG_VERSION}/libvdpau-${PKG_VERSION}.tar.bz2"
|
||||
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"
|
||||
PKG_MESON_OPTS_TARGET="-Ddocumentation=false \
|
||||
-Ddri2=true \
|
||||
-Dmoduledir=/usr/lib/vdpau"
|
||||
|
Loading…
x
Reference in New Issue
Block a user