diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-06-15 23:05:19 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-06-15 23:05:19 +0200 |
commit | 1144f73b996ca7caeedb7da03488f7c1310ce791 (patch) | |
tree | 4399de315824e0ce4f6a8b6f5c1ef739a1a63328 /tools | |
parent | f7df0b5c303e1047ed3193e70ded329436200070 (diff) |
[depends] bump libbluray to version 1.0.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libbluray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/libbluray/Makefile b/tools/depends/target/libbluray/Makefile index 09d2a8e04e..3a9a9f73eb 100644 --- a/tools/depends/target/libbluray/Makefile +++ b/tools/depends/target/libbluray/Makefile @@ -3,14 +3,14 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libbluray -VERSION=0.9.3 +VERSION=1.0.1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) --exec-prefix=$(PREFIX) \ --disable-examples --disable-doxygen-doc \ - --disable-bdjava --without-libxml2 --without-freetype + --disable-bdjava-jar --without-libxml2 --without-freetype LIBDYLIB=$(PLATFORM)/src/.libs/libbluray.la |