libbluray: update to libbluray-51d7d60

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-09 17:19:18 +02:00
parent e7c29fea36
commit 75c0c681a1
2 changed files with 2 additions and 14 deletions

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="libbluray"
PKG_VERSION="20739ed"
PKG_VERSION="51d7d60"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.videolan.org/developers/libbluray.html"
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"

View File

@ -1,12 +0,0 @@
diff -Naur libbluray-894441d1931e25f6250ae2d15d174d0266c98462-old/configure.ac libbluray-894441d1931e25f6250ae2d15d174d0266c98462-new/configure.ac
--- libbluray-894441d1931e25f6250ae2d15d174d0266c98462-old/configure.ac 2010-12-14 09:07:24.000000000 -0800
+++ libbluray-894441d1931e25f6250ae2d15d174d0266c98462-new/configure.ac 2010-12-14 09:08:31.000000000 -0800
@@ -33,7 +33,7 @@
using_normal_linking="Using libaacs and libbdplus via normal linking."
# configure options
-AC_ARG_ENABLE([dlopen-crypto-libs],
+AC_ARG_WITH([dlopen-crypto-libs],
[AS_HELP_STRING([--with-dlopen-crypto-libs],
[use libaacs and libbdplus via dlopen (default is auto)])],
[use_dlopen_crypto_libs=$withval],