[vlc-commits] contrib: bluray: Fix the path to the local patch
Martin Storsjö
git at videolan.org
Sun Mar 18 22:36:30 CET 2018
vlc/vlc-3.0 | branch: master | Martin Storsjö <martin at martin.st> | Sun Mar 18 23:30:28 2018 +0200| [a3c613475909b21c7847d71e3721303c04ade82a] | committer: Jean-Baptiste Kempf
contrib: bluray: Fix the path to the local patch
(cherry picked from commit 51bf2b1a6e8bd3ba8b5c35af702e6ce903fb7053)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a3c613475909b21c7847d71e3721303c04ade82a
---
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