vlc | branch: master | Steve Lhomme <[email protected]> | Thu Mar 7 11:06:50 2019 +0100| [d7266255ec3e66ff1bdb704695a8b97db6c6fde7] | committer: Steve Lhomme
contrib: libplacebo: disable package not usable on Winstore builds uses OpenGL. Once it uses Angle and/or Vulkan it may be usable. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7266255ec3e66ff1bdb704695a8b97db6c6fde7 --- contrib/src/libplacebo/rules.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/src/libplacebo/rules.mak b/contrib/src/libplacebo/rules.mak index cc38a49b48..6c6799341d 100644 --- a/contrib/src/libplacebo/rules.mak +++ b/contrib/src/libplacebo/rules.mak @@ -6,7 +6,9 @@ PLACEBO_URL := https://code.videolan.org/videolan/libplacebo/-/archive/v$(PLACEB DEPS_libplacebo = glslang +ifndef HAVE_WINSTORE PKGS += libplacebo +endif ifeq ($(call need_pkg,"libplacebo"),) PKGS_FOUND += libplacebo endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
