[vlc-commits] win32: remove useless --disable-gl

Alexandre Janniaux git at videolan.org
Thu Nov 12 15:48:12 CET 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sun Nov  8 16:36:37 2020 +0100| [1337e9709141a875090a3f2f13ac3868d2e632f0] | committer: Alexandre Janniaux

win32: remove useless --disable-gl

OpenGL is detected but there is no disable-gl.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1337e9709141a875090a3f2f13ac3868d2e632f0
---

 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"
 



More information about the vlc-commits mailing list