1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Update to ffmpeg 6.1

This commit is contained in:
Elias Steurer 2023-12-03 11:43:00 +01:00
parent 0cd141a12b
commit e2447d3fa4

View File

@ -36,7 +36,7 @@ VCPKG_BASE_PACKAGES = [
"catch2"
]
PYTHON_EXECUTABLE = "python" if sys.platform == "win32" else "python3"
FFMPEG_VERSION = "6.0"
FFMPEG_VERSION = "6.1"
GODOT_VERSION = "4.2"
GODOT_RELEASE_TYPE = "stable"
GODOT_DOWNLOAD_SERVER = "https://github.com/godotengine/godot-builds/releases/download"