mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 06:40:03 +00:00
Revert "CI FFmpeg Linux: pin Vulkan-Headers"
No longer needed. Moreover, this now prevents the FFmpeg build.
This reverts commit b8f4d15df4.
This commit is contained in:
3
.github/scripts/Linux/install_others.sh
vendored
3
.github/scripts/Linux/install_others.sh
vendored
@@ -95,8 +95,7 @@ install_rav1e() {(
|
||||
|
||||
# FFmpeg master needs at least v1.3.238 as for 23th Aug '23
|
||||
install_vulkan() {(
|
||||
# TOREMOVE: FFmpeg doesn't currently build with main (2024-02-09)
|
||||
git clone -b v1.3.276 --depth 1 https://github.com/KhronosGroup/Vulkan-Headers
|
||||
git clone --depth 1 https://github.com/KhronosGroup/Vulkan-Headers
|
||||
mkdir Vulkan-Headers/build
|
||||
cd Vulkan-Headers/build
|
||||
cmake ..
|
||||
|
||||
Reference in New Issue
Block a user