[vlc-commits] contrib: mfx: check git hash

Rémi Denis-Courmont git at videolan.org
Mon Feb 20 21:48:13 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 20 22:47:49 2017 +0200| [0a9d2d08d82aab076533d5007f90434e78ec0ede] | committer: Rémi Denis-Courmont

contrib: mfx: check git hash

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

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

diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index 4d5ae1a..15aa4be 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -1,6 +1,7 @@
 # mfx (Media SDK)
 
 mfx_GITURL := https://github.com/lu-zero/mfx_dispatch.git
+MFX_GITHASH := 7adf2e463149adf6820de745a4d9e5d9a1ba8763
 
 ifeq ($(call need_pkg,"mfx"),)
 PKGS_FOUND += mfx
@@ -10,13 +11,13 @@ PKGS += mfx
 endif
 
 $(TARBALLS)/mfx-git.tar.xz:
-	$(call download_git,$(mfx_GITURL),,7adf2e4)
+	$(call download_git,$(mfx_GITURL),,$(MFX_GITHASH))
 
 .sum-mfx: mfx-git.tar.xz
-	$(warning $@ not implemented)
+	$(call check_githash,$(MFX_GITHASH))
 	touch $@
 
-mfx: mfx-git.tar.xz
+mfx: mfx-git.tar.xz .sum-mfx
 	$(UNPACK)
 	cd $(UNPACK_DIR) && autoreconf -ivf
 	$(MOVE)



More information about the vlc-commits mailing list