Update ffmpeg-lgpl.yaml
This commit is contained in:
parent
9827d2a397
commit
741f9f09a7
8
.github/workflows/ffmpeg-lgpl.yaml
vendored
8
.github/workflows/ffmpeg-lgpl.yaml
vendored
@ -20,12 +20,6 @@ on:
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
system:
|
||||
type: string
|
||||
required: true
|
||||
type:
|
||||
type: string
|
||||
required: true
|
||||
config:
|
||||
type: string
|
||||
required: true
|
||||
@ -39,7 +33,7 @@ env:
|
||||
#--enable-libvorbis
|
||||
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 --build-suffix=-voukoderpro' }}
|
||||
variant: ' --disable-static --enable-shared --build-suffix=-voukoderpro'
|
||||
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
|
||||
system: windows-2022
|
||||
type: shared
|
||||
|
Loading…
x
Reference in New Issue
Block a user