[www-doc] [Git][VideoLAN.org/websites][master] 2 commits: added 64bit version of portable VLC
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Oct 7 15:15:28 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
f585fab1 by Wassim Lalaoui at 2025-10-07T13:37:42+02:00
added 64bit version of portable VLC
- - - - -
87059871 by Wassim Lalaoui at 2025-10-07T13:39:14+02:00
fix typos
- - - - -
2 changed files:
- www.videolan.org/HOWTO.Makefile
- www.videolan.org/vlc/download-windows.php
Changes:
=====================================
www.videolan.org/HOWTO.Makefile
=====================================
@@ -2,13 +2,13 @@
statically through the PHP processor, so as to reduce the load on the
web server.
- In each directories, you should create a Makefile.inc file that will
+ In each directory, you should create a Makefile.inc file that will
be included by the Makefile scripts. In that file, you can create a
SUBDIR variable to specify the list of subdirectories.
- You can optionnaly define a PHP_FILES variable to specify the list of
+ You can optionally define a PHP_FILES variable to specify the list of
files to be preprocessed (without trailing .html/.php). It defaults to
-"*.php". Additionnaly, PHP_IGNORE can be used to explicitly exclude
+"*.php". Additionally, PHP_IGNORE can be used to explicitly exclude
some PHP scripts from static preprocessing.
--
=====================================
www.videolan.org/vlc/download-windows.php
=====================================
@@ -21,6 +21,14 @@
"name" => "Installer for 64bit version",
"location" => "$dlBase/$win32version/win64/vlc-$win32version-win64.exe",
),
+ array(
+ "name" => "7zip package for 64bit version",
+ "location" => "$dlBase/$win32version/win64/vlc-$win32version-win64.7z",
+ ),
+ array(
+ "name" => "Zip package for 64bit version",
+ "location" => "$dlBase/$win32version/win64/vlc-$win32version-win64.zip",
+ ),
array(
"name" => "ARM 64 version",
"location" => "https://artifacts.videolan.org/vlc/nightly-win64-arm-llvm/",
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/b741b3bac1dedb65d8c88263ec186892c248f971...8705987196619ee0c799cb535e1d9ff2441b2e21
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/b741b3bac1dedb65d8c88263ec186892c248f971...8705987196619ee0c799cb535e1d9ff2441b2e21
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list