Update ffmpeg-lgpl.yaml
This commit is contained in:
parent
ce5b0ae521
commit
90118b85ec
11
.github/workflows/ffmpeg-lgpl.yaml
vendored
11
.github/workflows/ffmpeg-lgpl.yaml
vendored
@ -133,9 +133,18 @@ jobs:
|
|||||||
refId: v1.3.1
|
refId: v1.3.1
|
||||||
config: ${{ inputs.config }}
|
config: ${{ inputs.config }}
|
||||||
|
|
||||||
|
libkvazaar:
|
||||||
|
runs-on: ${{ inputs.system }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: ./.github/actions/libkvazaar
|
||||||
|
with:
|
||||||
|
refId: v2.3.0
|
||||||
|
config: ${{ inputs.config }}
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
runs-on: ${{ inputs.system }}
|
runs-on: ${{ inputs.system }}
|
||||||
needs: [libvpl,libsvtav1,libsnappy,libvpx,libmp3lame,libzimg,libopus]
|
needs: [libvpl,libsvtav1,libsnappy,libvpx,libmp3lame,libzimg,libopus,libkvazaar]
|
||||||
#liboggvorbis
|
#liboggvorbis
|
||||||
steps:
|
steps:
|
||||||
- name: Set up MSYS2
|
- name: Set up MSYS2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user