[vlc-devel] [PATCH 1/2] win32: remove useless --disable-gl

Steve Lhomme robux4 at ycbcr.xyz
Mon Nov 9 08:17:11 CET 2020


patchset LGTM

On 2020-11-08 16:36, Alexandre Janniaux wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list