[vlc-devel] [PATCH v2 1/2] package/win32: Add ability to specify prebuilt contrib URL

Jean-Baptiste Kempf jb at videolan.org
Fri Oct 11 13:35:56 CEST 2019


OK.

On Fri, Oct 11, 2019, at 13:13, Marvin Scholz wrote:
> ---
>  extras/package/win32/build.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
> index 5c1c780990..92cb1e3d7a 100755
> --- a/extras/package/win32/build.sh
> +++ b/extras/package/win32/build.sh
> @@ -138,6 +138,9 @@ make -j$JOBS -k || make -j1
>  if [ "$PACKAGE" = "yes" ]; then
>  make package
>  fi
> +elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
> +make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
> +make .luac
>  else
>  make prebuilt
>  make .luac
> -- 
> 2.20.1 (Apple Git-117)
> 
> _______________________________________________
> 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