From 717556bb3c3ab8c99c75de0d67da1ebfed52ada5 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 8 Aug 2023 18:10:25 +0200 Subject: [PATCH] Update ffmpeg.yml --- .github/workflows/ffmpeg.yml | 90 ++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index 2eb82c3..70f6d1c 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -132,55 +132,55 @@ jobs: refId: v1.3.1 config: ${{ inputs.config }} - libfdkaac: - runs-on: ${{ inputs.system }} - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/libfdkaac - with: - refId: v2.0.2 - config: ${{ inputs.config }} + #libfdkaac: + # runs-on: ${{ inputs.system }} + # steps: + # - uses: actions/checkout@v3 + # - uses: ./.github/actions/libfdkaac + # with: + # refId: v2.0.2 + # config: ${{ inputs.config }} - libx264: - runs-on: ${{ inputs.system }} - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/libx264 - with: - refId: stable - config: ${{ inputs.config }} - - libx265-12: - runs-on: ${{ inputs.system }} - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/libx265-12 - with: - refId: Release_3.5 - config: ${{ inputs.config }} - - libx265-10: - runs-on: ${{ inputs.system }} - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/libx265-10 - with: - refId: Release_3.5 - config: ${{ inputs.config }} - - libx265: - runs-on: ${{ inputs.system }} - needs: [libx265-12,libx265-10] - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/libx265 - with: - refId: Release_3.5 - config: ${{ inputs.config }} + #libx264: + # runs-on: ${{ inputs.system }} + # steps: + # - uses: actions/checkout@v3 + # - uses: ./.github/actions/libx264 + # with: + # refId: stable + # config: ${{ inputs.config }} +# +# libx265-12: +# runs-on: ${{ inputs.system }} +# steps: +# - uses: actions/checkout@v3 +# - uses: ./.github/actions/libx265-12 +# with: +# refId: Release_3.5 +# config: ${{ inputs.config }} +# +# libx265-10: +# runs-on: ${{ inputs.system }} +# steps: +# - uses: actions/checkout@v3 +# - uses: ./.github/actions/libx265-10 +# with: +# refId: Release_3.5 +# config: ${{ inputs.config }} +# +# libx265: +# runs-on: ${{ inputs.system }} +# needs: [libx265-12,libx265-10] +# steps: +# - uses: actions/checkout@v3 +# - uses: ./.github/actions/libx265 +# with: +# refId: Release_3.5 +# config: ${{ inputs.config }} ffmpeg: 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: - name: Set up MSYS2 uses: msys2/setup-msys2@v2