Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
9c9d5bc9af | |||
833f59c056 | |||
c6105dcbcd | |||
34ba575e93 | |||
e8bc575304 | |||
778632362f |
10
.github/workflows/ffmpeg.yml
vendored
10
.github/workflows/ffmpeg.yml
vendored
@ -32,7 +32,7 @@ on:
|
||||
ffmpegRef:
|
||||
type: string
|
||||
required: true
|
||||
default: 'release/6.0'
|
||||
default: 'release/6.1'
|
||||
description: 'FFmpeg refId'
|
||||
|
||||
workflow_call:
|
||||
@ -52,7 +52,7 @@ on:
|
||||
|
||||
env:
|
||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||
COMPONENTS: "--enable-libvpl --enable-libsvtav1 --enable-libsnappy --enable-libmp3lame --enable-libzimg --enable-libvorbis --enable-libopus --enable-libx264 --enable-libx265 --enable-libfdk-aac"
|
||||
COMPONENTS: "--enable-libvpl --enable-libsvtav1 --enable-libsnappy --enable-libmp3lame --enable-libzimg --enable-libvorbis --enable-libopus --enable-libvpx --enable-libx264 --enable-libx265 --enable-libfdk-aac"
|
||||
NASM_EXECUTABLE: nasm
|
||||
cFlags: ${{ inputs.config == 'release' && '-MD' || '-MDd' }}
|
||||
variant: ${{ inputs.type == 'static' && ' --pkg-config-flags="--static" --disable-shared --enable-static' || ' --disable-static --enable-shared' }}
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/libvpl
|
||||
with:
|
||||
refId: v2023.3.1
|
||||
refId: v2023.4.0
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
liboggvorbis:
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/libsvtav1
|
||||
with:
|
||||
refId: v1.7.0
|
||||
refId: v1.8.0
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
libsnappy:
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/libvpx
|
||||
with:
|
||||
refId: v1.13.0
|
||||
refId: v1.13.1
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
libmp3lame:
|
||||
|
Reference in New Issue
Block a user