mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libva: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e81eed4ef6
commit
c30c429766
@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libX11
|
|
||||||
$SCRIPTS/build libXext
|
|
||||||
$SCRIPTS/build libXfixes
|
|
||||||
$SCRIPTS/build libdrm
|
|
||||||
$SCRIPTS/build Mesa
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
# apply patches provide with the source package
|
# apply patches provide with the source package
|
||||||
|
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install libX11
|
|
||||||
$SCRIPTS/install libXext
|
|
||||||
$SCRIPTS/install libXfixes
|
|
||||||
$SCRIPTS/install libdrm
|
|
||||||
$SCRIPTS/install Mesa
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/va/.libs/libva*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/va/.libs/libva*.so* $INSTALL/usr/lib
|
||||||
rm -rf $INSTALL/usr/lib/libva-*.so*T
|
rm -rf $INSTALL/usr/lib/libva-*.so*T
|
||||||
|
16
packages/multimedia/libva/meta
Normal file
16
packages/multimedia/libva/meta
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
PKG_NAME="libva"
|
||||||
|
PKG_VERSION="0.31.1-1+sds4"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
|
PKG_URL="http://www.splitted-desktop.com/~gbeauchesne/libva/${PKG_NAME}_${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS="libX11 libXext libXfixes libdrm Mesa"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain libX11 libXext libXfixes libdrm Mesa"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="multimedia"
|
||||||
|
PKG_SHORTDESC="libva: The main motivation for VAAPI (Video Acceleration API) is to enable hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
|
||||||
|
PKG_LONGDESC="The main motivation for VAAPI (Video Acceleration API) is to enable hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). Extending XvMC was considered, but due to its original design for MPEG-2 MotionComp only, it made more sense to design an interface from scratch that can fully expose the video decode capabilities in today's GPUs."
|
||||||
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://www.splitted-desktop.com/~gbeauchesne/libva/libva_0.31.1-1+sds4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user