From 683718a285ff72873b4bf2f1b65f43c958d3991e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 2 Jan 2024 15:09:54 +0100 Subject: [PATCH] CI Linux FFmpeg: do not build VPL tools tools are not required, reducing dependencies and build time see failed run: --- .github/scripts/Linux/download_build_ffmpeg.sh | 2 +- .github/scripts/Linux/prepare.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index 3f0a2fdcb..46739c57a 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -42,7 +42,7 @@ install_onevpl() {( git clone --depth 1 https://github.com/oneapi-src/oneVPL mkdir oneVPL/build cd oneVPL/build - cmake .. + cmake -DBUILD_TOOLS=OFF .. cmake --build . --config Release --parallel sudo cmake --build . --config Release --target install )} diff --git a/.github/scripts/Linux/prepare.sh b/.github/scripts/Linux/prepare.sh index a7295850a..b38d9b089 100755 --- a/.github/scripts/Linux/prepare.sh +++ b/.github/scripts/Linux/prepare.sh @@ -46,8 +46,6 @@ sudo apt install $ffmpeg_build_dep libdav1d-dev libde265-dev sudo apt-get -y remove 'libavcodec*' 'libavutil*' 'libswscale*' libvpx-dev 'libx264*' nginx # own x264 build sudo apt --no-install-recommends install asciidoc xmlto -# openVPL -sudo apt install libva-dev libdrm-dev libx11-dev libx11-xcb-dev libxcb-present-dev libxcb-dri3-dev wayland-protocols sudo apt install qtbase5-dev