mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libvdpau: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ee9a5309e
commit
e81eed4ef6
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install vdpauinfo
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libvdpau.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/trace/.libs/libvdpau_trace.so* $INSTALL/usr/lib
|
||||
|
18
packages/multimedia/libvdpau/meta
Normal file
18
packages/multimedia/libvdpau/meta
Normal file
@ -0,0 +1,18 @@
|
||||
PKG_NAME="libvdpau"
|
||||
PKG_VERSION="0.4.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
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="libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain libX11"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libvdpau: a Video Decode and Presentation API for UNIX."
|
||||
PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
if [ "$DEVTOOLS" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS vdpauinfo"
|
||||
fi
|
@ -1 +0,0 @@
|
||||
http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.4.1.tar.gz
|
Loading…
x
Reference in New Issue
Block a user