vlc | branch: master | Steve Lhomme <[email protected]> | Wed Apr 24 16:28:45 2019 +0200| [865d11d68a9097e7b3f9a585c33127afb3eca2af] | committer: Steve Lhomme
contrib: qt: depend on fxc2 on windows native builds Not just for cross-compilation. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=865d11d68a9097e7b3f9a585c33127afb3eca2af --- contrib/src/qt/rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak index 7e0b3219eb..035f46d71a 100644 --- a/contrib/src/qt/rules.mak +++ b/contrib/src/qt/rules.mak @@ -11,8 +11,9 @@ ifdef HAVE_MACOSX endif ifdef HAVE_WIN32 PKGS += qt +DEPS_qt = fxc2 $(DEPS_fxc2) ifdef HAVE_CROSS_COMPILE -DEPS_qt += wine-headers fxc2 $(DEPS_fxc2) +DEPS_qt += wine-headers endif endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
