[vlc-commits] contrib: bluray: Fix the path to the local patch

Martin Storsjö git at videolan.org
Sun Mar 18 22:31:04 CET 2018


vlc | branch: master | Martin Storsjö <martin at martin.st> | Sun Mar 18 23:30:28 2018 +0200| [51bf2b1a6e8bd3ba8b5c35af702e6ce903fb7053] | committer: Martin Storsjö

contrib: bluray: Fix the path to the local patch

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

 contrib/src/bluray/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
index f0fe41d341..c2de93fd89 100644
--- a/contrib/src/bluray/rules.mak
+++ b/contrib/src/bluray/rules.mak
@@ -48,7 +48,7 @@ $(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2:
 
 bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
 	$(UNPACK)
-	$(APPLY) $(SRC)/lua/0001-Implement-dl_get_path-for-darwin-macOS.patch
+	$(APPLY) $(SRC)/bluray/0001-Implement-dl_get_path-for-darwin-macOS.patch
 	$(call pkg_static,"src/libbluray.pc.in")
 	$(MOVE)
 



More information about the vlc-commits mailing list