[vlc-commits] contrib: libplacebo: disable package not usable on Winstore builds

Steve Lhomme git at videolan.org
Wed Mar 20 10:50:20 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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



More information about the vlc-commits mailing list