[vlc-devel] [PATCH 3.0 01/10] package/win32: build.sh: do not force win7 on 3.0 builds

Jean-Baptiste Kempf jb at videolan.org
Fri Aug 21 15:26:22 CEST 2020


OK

On Fri, 21 Aug 2020, at 13:40, Steve Lhomme wrote:
> We still need to support XP/Vista.
> ---
>  extras/package/win32/build.sh | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/extras/package/win32/build.sh 
> b/extras/package/win32/build.sh
> index bbbdeb8d4c..ed2b4107dc 100755
> --- a/extras/package/win32/build.sh
> +++ b/extras/package/win32/build.sh
> @@ -234,9 +234,9 @@ if [ ! -z "$BUILD_UCRT" ]; then
>      # the values are not passed to the makefiles/configures
>      export LDFLAGS
>      export CPPFLAGS
> -else
> -    # The current minimum for VLC is Windows 7 and to use the regular 
> msvcrt
> -    CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 
> -D__MSVCRT_VERSION__=0x700"
> +# else
> +#     # The current minimum for VLC is Windows 7 and to use the 
> regular msvcrt
> +#     CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 
> -D__MSVCRT_VERSION__=0x700"
>  fi
>  CFLAGS="$CPPFLAGS $CFLAGS"
>  CXXFLAGS="$CPPFLAGS $CXXFLAGS"
> -- 
> 2.26.2
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list