[vlc-commits] package/win32: Add ability to specify prebuilt contrib URL
Marvin Scholz
git at videolan.org
Fri Oct 11 13:46:10 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Oct 4 13:32:37 2019 +0200| [71e5c7ae6a2d27f5183cdda9eb31c9a1907102f5] | committer: Marvin Scholz
package/win32: Add ability to specify prebuilt contrib URL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71e5c7ae6a2d27f5183cdda9eb31c9a1907102f5
---
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
More information about the vlc-commits
mailing list