mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 22:40:30 +00:00
GitHub CI: build own FFmpeg [Linux]
The one in repository no longer contains NVENC and it is perhaps better not to rely on a third-party PPA.
This commit is contained in:
11
.github/workflows/ccpp.yml
vendored
11
.github/workflows/ccpp.yml
vendored
@@ -76,6 +76,17 @@ jobs:
|
||||
run: |
|
||||
. .github/scripts/environment.sh
|
||||
.github/scripts/Linux/prepare.sh
|
||||
- name: Cache FFmpeg
|
||||
id: cache-ffmpeg
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: '/var/tmp/ffmpeg'
|
||||
key: cache-ffmpeg-3
|
||||
- name: Build FFmpeg
|
||||
if: steps.cache-ffmpeg.outputs.cache-hit != 'true'
|
||||
run: .github/scripts/Linux/download_build_ffmpeg.sh
|
||||
- name: Install FFmpeg
|
||||
run: .github/scripts/Linux/install_ffmpeg.sh
|
||||
- name: configure
|
||||
run: "[ ${{ github.ref }} != refs/heads/ndi-build ] && NDI=-disable-ndi; ./autogen.sh --enable-qt --with-cuda-host-compiler=$CUDA_HOST_COMPILER --enable-plugins --enable-jack-transport=force --with-live555=/usr/local $NDI"
|
||||
- name: make
|
||||
|
||||
Reference in New Issue
Block a user