Commit d9f45b74 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Felix Paul Kühne

cosmetics: contrib: bluray: reorder and split config

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 2511f822b244371c7dd5776166917db80e7a1486)
parent 56c2cd5d
# LIBBLURAY # LIBBLURAY
BLURAY_VERSION := 0.6.0
BLURAY_URL := http://ftp.videolan.org/pub/videolan/libbluray/$(BLURAY_VERSION)/libbluray-$(BLURAY_VERSION).tar.bz2
ifdef BUILD_DISCS ifdef BUILD_DISCS
PKGS += bluray PKGS += bluray
endif endif
...@@ -9,8 +12,10 @@ endif ...@@ -9,8 +12,10 @@ endif
DEPS_bluray = libxml2 $(DEPS_libxml2) DEPS_bluray = libxml2 $(DEPS_libxml2)
BLURAY_VERSION := 0.6.0 BLURAY_CONF = --disable-examples \
BLURAY_URL := http://ftp.videolan.org/pub/videolan/libbluray/$(BLURAY_VERSION)/libbluray-$(BLURAY_VERSION).tar.bz2 --disable-debug \
--enable-libxml2 \
--enable-bdjava
$(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2: $(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2:
$(call download,$(BLURAY_URL)) $(call download,$(BLURAY_URL))
...@@ -23,6 +28,6 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray ...@@ -23,6 +28,6 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
.bluray: bluray .bluray: bluray
cd $< && ./bootstrap cd $< && ./bootstrap
cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug --enable-libxml2 --enable-bdjava $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(BLURAY_CONF) $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ 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