mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libbluray: update to libbluray-20101216
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
194028fc1b
commit
09977ef83b
@ -8,7 +8,25 @@ cd $PKG_BUILD
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-werror \
|
||||||
|
--disable-extra-warnings \
|
||||||
|
--disable-optimizations \
|
||||||
|
--disable-examples \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-bdjava \
|
||||||
|
--disable-doxygen-doc \
|
||||||
|
--disable-doxygen-dot \
|
||||||
|
--disable-doxygen-man \
|
||||||
|
--disable-doxygen-rtf \
|
||||||
|
--disable-doxygen-xml \
|
||||||
|
--disable-doxygen-chm \
|
||||||
|
--disable-doxygen-chi \
|
||||||
|
--disable-doxygen-html \
|
||||||
|
--disable-doxygen-ps \
|
||||||
|
--disable-doxygen-pdf \
|
||||||
|
--with-dlopen-crypto-libs \
|
||||||
|
--with-gnu-ld
|
||||||
|
|
||||||
make -C src SUBDIRS="."
|
make
|
||||||
|
|
||||||
$MAKEINSTALL -C src SUBDIRS="."
|
$MAKEINSTALL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PKG_NAME="libbluray"
|
PKG_NAME="libbluray"
|
||||||
PKG_VERSION="20100830"
|
PKG_VERSION="20101216"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
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],
|
Loading…
x
Reference in New Issue
Block a user