From 4ad453106f1f7b36ddcf5e5b1e8abdb7eb19aca7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 15 Nov 2012 12:11:56 +0100 Subject: [PATCH] libva: update to libva-1.1.0 Signed-off-by: Stephan Raue --- packages/multimedia/libva/build | 6 ++++-- packages/multimedia/libva/meta | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/multimedia/libva/build b/packages/multimedia/libva/build index 6996cf1d6c..a016af55f4 100755 --- a/packages/multimedia/libva/build +++ b/packages/multimedia/libva/build @@ -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 diff --git a/packages/multimedia/libva/meta b/packages/multimedia/libva/meta index a6240513a3..5d51b9f17a 100644 --- a/packages/multimedia/libva/meta +++ b/packages/multimedia/libva/meta @@ -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