Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2023-08-08 18:10:25 +02:00 committed by GitHub
parent 9e98f7ba0b
commit 717556bb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,55 +132,55 @@ jobs:
refId: v1.3.1 refId: v1.3.1
config: ${{ inputs.config }} config: ${{ inputs.config }}
libfdkaac: #libfdkaac:
runs-on: ${{ inputs.system }} # runs-on: ${{ inputs.system }}
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: ./.github/actions/libfdkaac # - uses: ./.github/actions/libfdkaac
with: # with:
refId: v2.0.2 # refId: v2.0.2
config: ${{ inputs.config }} # config: ${{ inputs.config }}
libx264: #libx264:
runs-on: ${{ inputs.system }} # runs-on: ${{ inputs.system }}
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: ./.github/actions/libx264 # - uses: ./.github/actions/libx264
with: # with:
refId: stable # refId: stable
config: ${{ inputs.config }} # config: ${{ inputs.config }}
#
libx265-12: # libx265-12:
runs-on: ${{ inputs.system }} # runs-on: ${{ inputs.system }}
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: ./.github/actions/libx265-12 # - uses: ./.github/actions/libx265-12
with: # with:
refId: Release_3.5 # refId: Release_3.5
config: ${{ inputs.config }} # config: ${{ inputs.config }}
#
libx265-10: # libx265-10:
runs-on: ${{ inputs.system }} # runs-on: ${{ inputs.system }}
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: ./.github/actions/libx265-10 # - uses: ./.github/actions/libx265-10
with: # with:
refId: Release_3.5 # refId: Release_3.5
config: ${{ inputs.config }} # config: ${{ inputs.config }}
#
libx265: # libx265:
runs-on: ${{ inputs.system }} # runs-on: ${{ inputs.system }}
needs: [libx265-12,libx265-10] # needs: [libx265-12,libx265-10]
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- uses: ./.github/actions/libx265 # - uses: ./.github/actions/libx265
with: # with:
refId: Release_3.5 # refId: Release_3.5
config: ${{ inputs.config }} # config: ${{ inputs.config }}
ffmpeg: ffmpeg:
runs-on: ${{ inputs.system }} runs-on: ${{ inputs.system }}
needs: [libvpl,libsvtav1,libsnappy,libvpx,libmp3lame,libzimg,liboggvorbis,libopus,libfdkaac,libx264,libx265] needs: [libvpl,libsvtav1,libsnappy,libvpx,libmp3lame,libzimg,liboggvorbis,libopus] #,libfdkaac,libx264,libx265
steps: steps:
- name: Set up MSYS2 - name: Set up MSYS2
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2