vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Aug 9 16:32:00 2016 +0200| [55018a841460399b7a4acebdc7eb70dde25e4c21] | committer: Jean-Baptiste Kempf
Contribs: activate mfx on Windows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55018a841460399b7a4acebdc7eb70dde25e4c21 --- contrib/src/mfx/rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak index 551a3a2..4d5ae1a 100644 --- a/contrib/src/mfx/rules.mak +++ b/contrib/src/mfx/rules.mak @@ -2,10 +2,11 @@ mfx_GITURL := https://github.com/lu-zero/mfx_dispatch.git -ifdef HAVE_WIN32 ifeq ($(call need_pkg,"mfx"),) PKGS_FOUND += mfx endif +ifdef HAVE_WIN32 +PKGS += mfx endif $(TARBALLS)/mfx-git.tar.xz: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
