[vlc-commits] package/win32: Add ability to specify prebuilt contrib URL

Marvin Scholz git at videolan.org
Fri Feb 28 18:43:11 CET 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Oct  4 13:32:37 2019 +0200| [dd0de538b1a850e1de2351860eabd6ddc04145b6] | committer: Konstantin Pavlov

package/win32: Add ability to specify prebuilt contrib URL

(cherry picked from commit 71e5c7ae6a2d27f5183cdda9eb31c9a1907102f5)
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

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

 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 82037acfe8..5bf2557d35 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -128,6 +128,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