[vlc-commits] commit: Contribs: add libbluray (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Tue Sep 21 23:18:06 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 24 16:54:54 2010 +0200| [9e94d8105c8d858b8d419290648126627c807572] | committer: Jean-Baptiste Kempf 

Contribs: add libbluray

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e94d8105c8d858b8d419290648126627c807572
---

 extras/contrib/src/Makefile |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index eadcc7b..8e33f85 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1201,6 +1201,22 @@ CLEAN_PKG += libdvdnav
 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
 # ***************************************************************************
 



More information about the vlc-commits mailing list