[vlc-commits] Contribs: update mfx link and hash

Jean-Baptiste Kempf git at videolan.org
Tue Aug 9 16:33:02 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug  9 16:31:12 2016 +0200| [41da95831cc153469babc2bec7a5b381ba8b2a5e] | committer: Jean-Baptiste Kempf

Contribs: update mfx link and hash

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

 contrib/src/mfx/rules.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index e963dd8..551a3a2 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -1,6 +1,6 @@
 # mfx (Media SDK)
 
-mfx_GITURL := git://git.videolan.org/mfx_dispatch
+mfx_GITURL := https://github.com/lu-zero/mfx_dispatch.git
 
 ifdef HAVE_WIN32
 ifeq ($(call need_pkg,"mfx"),)
@@ -9,7 +9,7 @@ endif
 endif
 
 $(TARBALLS)/mfx-git.tar.xz:
-	$(call download_git,$(mfx_GITURL))
+	$(call download_git,$(mfx_GITURL),,7adf2e4)
 
 .sum-mfx: mfx-git.tar.xz
 	$(warning $@ not implemented)



More information about the vlc-commits mailing list