[vlc-devel] [PATCH 1/2] win32: remove useless --disable-gl
Alexandre Janniaux
ajanni at videolabs.io
Sun Nov 8 16:36:37 CET 2020
OpenGL is detected but there is no disable-gl.
---
extras/package/win32/build.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 568159907b..e427bb8176 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -367,8 +367,6 @@ if [ ! -z "$WINSTORE" ]; then
CONFIGFLAGS="$CONFIGFLAGS --enable-winstore-app"
# uses CreateFile to access files/drives outside of the app
CONFIGFLAGS="$CONFIGFLAGS --disable-vcd"
- # OpenGL is not supported in UWP
- CONFIGFLAGS="$CONFIGFLAGS --disable-gl"
# other modules that were disabled in the old UWP builds
CONFIGFLAGS="$CONFIGFLAGS --disable-crystalhd --disable-dxva2"
--
2.29.2
More information about the vlc-devel
mailing list