libva: update to libva-1.1.1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-19 23:36:00 +01:00
parent ae61666e00
commit 9507eb48c2
2 changed files with 1 additions and 13 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libva"
PKG_VERSION="1.1.0"
PKG_VERSION="1.1.1"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="GPL"

View File

@ -1,12 +0,0 @@
diff -Naur libva-1.1.0-old/configure.ac libva-1.1.0-new/configure.ac
--- libva-1.1.0-old/configure.ac 2012-10-04 06:30:51.000000000 -0700
+++ libva-1.1.0-new/configure.ac 2012-12-30 15:06:37.000000000 -0800
@@ -86,7 +86,7 @@
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-bzip2])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
TODAY="`LC_ALL=C date +'%a, %d %b %Y %X %z'`"