vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
