libva: update to libva-1.1.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-15 12:11:56 +01:00
parent e75cd8b57c
commit 4ad453106f
2 changed files with 6 additions and 4 deletions

View File

@ -23,6 +23,7 @@
. config/options $1
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -30,12 +31,13 @@ cd $PKG_BUILD
--disable-static \
--disable-silent-rules \
--disable-docs \
--enable-drm \
--enable-x11 \
--enable-glx \
--disable-egl \
--disable-wayland \
--disable-dummy-driver \
--disable-dummy-backend \
--with-drivers-path="/usr/lib/va" \
make
$MAKEINSTALL

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libva"
PKG_VERSION="1.0.16"
PKG_VERSION="1.1.0"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="GPL"
@ -33,7 +33,7 @@ PKG_SHORTDESC="libva: The main motivation for VAAPI (Video Acceleration API) is
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"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
get_graphicdrivers