Age | Commit message (Collapse) | Author |
|
[win] Buildsetup.bat add arm64 nsis registry check
|
|
|
|
This allows an arm64 host to use BuildSetup.bat to create a packaged executable
|
|
|
|
|
|
|
|
|
|
|
|
Used to build ffmpeg libs on Windows.
|
|
- Updated build scripts for Visual Studio 2022 compatibility.
- Maintains backward compatibility with VS 2017 and VS 2019.
- If all versions of Visual Studio are installed, the newest version is chosen.
|
|
We should never see any of these files during build
but to be on the safe side, exclude them during copy
instead of trying to delete them, generating errors
|
|
[Windows] Removes unnecessary ERROR log lines when is build NSIS installer
|
|
FFmpeg update to 4.4
|
|
[Win] Minor fix for buildhelpers.sh
|
|
|
|
|
|
|
|
Updated build scripts for Visual Studio 2019 compatibility
|
|
Do not strip the first element of the checked paths from the output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- "/list.html" does not exist anymore
- "/timestamp.txt?mirrorlist" should be used instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to pass a regex without having to escape the special characters multiple times
|
|
|
|
cmake already has the logic to check which addons exist
|
|
|
|
|
|
|
|
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will try to find vs2017 and fall back to vs2015 in case it's not found.
SDK version is still hard coded and pinned to 14393 to avoid any breakage on jenkins.
|