[vlc-commits] contribs: fix mfx rule broken in 0a9d2d0
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 26 18:49:00 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 26 18:46:53 2017 +0100| [d12e3442aaf70e0181c21855753d777954e3d74c] | committer: Jean-Baptiste Kempf
contribs: fix mfx rule broken in 0a9d2d0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d12e3442aaf70e0181c21855753d777954e3d74c
---
contrib/src/mfx/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index 9c090d5..13b1423 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -17,7 +17,7 @@ $(TARBALLS)/mfx-$(MFX_GITHASH).tar.xz:
$(call check_githash,$(MFX_GITHASH))
touch $@
-mfx: mfx-git.tar.xz .sum-mfx
+mfx: mfx-$(MFX_GITHASH).tar.xz .sum-mfx
$(UNPACK)
cd $(UNPACK_DIR) && autoreconf -ivf
$(MOVE)
More information about the vlc-commits
mailing list