Commit 9e94d810 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add libbluray

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8fd093d4
...@@ -1200,6 +1200,22 @@ CLEAN_FILE += .dvdnav ...@@ -1200,6 +1200,22 @@ CLEAN_FILE += .dvdnav
CLEAN_PKG += libdvdnav CLEAN_PKG += libdvdnav
DISTCLEAN_PKG += libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2 DISTCLEAN_PKG += libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
# ***************************************************************************
# libbluray
# ***************************************************************************
libbluray:
$(GIT) clone git://git.videolan.org/libbluray.git
.libbluray: libbluray
(cd $<; ./bootstrap; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
CLEAN_FILE += .libbluray
CLEAN_PKG += libbluray
# *************************************************************************** # ***************************************************************************
# libdvbpsi # libdvbpsi
# *************************************************************************** # ***************************************************************************
......
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