mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 11:40:08 +00:00
GitHub CI [Linux]: install FFmpeg+deps only if cached
Otherwise installed by download_build_ffmpeg.sh
This commit is contained in:
@@ -41,3 +41,5 @@ done
|
||||
--enable-libsvtvp9 \
|
||||
|
||||
make -j $(nproc)
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
|
||||
3
.github/workflows/ccpp.yml
vendored
3
.github/workflows/ccpp.yml
vendored
@@ -87,7 +87,8 @@ jobs:
|
||||
- name: Build FFmpeg
|
||||
if: steps.cache-ffmpeg.outputs.cache-hit != 'true'
|
||||
run: .github/scripts/Linux/download_build_ffmpeg.sh
|
||||
- name: Install FFmpeg
|
||||
- name: Install Cached FFmpeg
|
||||
if: steps.cache-ffmpeg.outputs.cache-hit == 'true'
|
||||
run: .github/scripts/Linux/install_ffmpeg.sh
|
||||
- name: configure
|
||||
run: "./autogen.sh --with-cuda-host-compiler=$CUDA_HOST_COMPILER --enable-plugins ${{ env.CUDA_FEATURES }} ${{ env.FEATURES }} --enable-alsa $NDI --enable-v4l2"
|
||||
|
||||
Reference in New Issue
Block a user