]> git.sesse.net Git - vlc/commitdiff
Contribs: add libbluray
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Aug 2010 14:54:54 +0000 (16:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 21 Sep 2010 21:17:41 +0000 (23:17 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/contrib/src/Makefile

index eadcc7ba4eb850b0a4e3d7eba48235a55d0660eb..8e33f8570bb2c5d9d32efd0a2286f1e754c4a080 100644 (file)
@@ -1200,6 +1200,22 @@ CLEAN_FILE += .dvdnav
 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
 # ***************************************************************************