[vlc-commits] Contribs: correctly clean the libbluray jar when rebuilding
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 4 10:51:38 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 4 10:51:09 2015 +0100| [8521a85af958f1c40b5c3aad8da33c94412db7e0] | committer: Jean-Baptiste Kempf
Contribs: correctly clean the libbluray jar when rebuilding
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8521a85af958f1c40b5c3aad8da33c94412db7e0
---
contrib/src/bluray/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
index fe5b040..cd58a3e 100644
--- a/contrib/src/bluray/rules.mak
+++ b/contrib/src/bluray/rules.mak
@@ -47,6 +47,7 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
$(MOVE)
.bluray: bluray
+ rm -rf $(PREFIX)/share/java/libbluray*.jar
cd $< && ./bootstrap
cd $< && $(HOSTVARS) ./configure $(BLURAY_CONF) $(HOSTCONF)
cd $< && $(MAKE) install
More information about the vlc-commits
mailing list