Commit 7019e34f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: Update libbluray to 0.6.0

And activate BD-J
parent 69d6f2ab
bd709a01689bbb03ac291a2544eee93b47d72e065c8ccf825f9fb568ddb339a75a18c721b3c59fd4a8214a0f9b652cbd845bccd9de08248dd4cf61616a77e1dd libbluray-0.5.0.tar.bz2
2a4f9bce97a0943bb02b2a1c5477a326b1158e213d1b0157c5d09cc45dae35937771343c3a56c1a58c7eacc55e31e6be879885a8c0d91844ab9b90dc0ec7c33e libbluray-0.6.0.tar.bz2
......@@ -9,7 +9,7 @@ endif
DEPS_bluray = libxml2 $(DEPS_libxml2)
BLURAY_VERSION := 0.5.0
BLURAY_VERSION := 0.6.0
BLURAY_URL := http://ftp.videolan.org/pub/videolan/libbluray/$(BLURAY_VERSION)/libbluray-$(BLURAY_VERSION).tar.bz2
$(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2:
......@@ -23,6 +23,6 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
.bluray: bluray
cd $< && ./bootstrap
cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug --enable-libxml2 $(HOSTCONF)
cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug --enable-libxml2 --enable-bdjava $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment