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:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
system:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
config:
|
config:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
@ -39,7 +33,7 @@ env:
|
|||||||
#--enable-libvorbis
|
#--enable-libvorbis
|
||||||
NASM_EXECUTABLE: nasm
|
NASM_EXECUTABLE: nasm
|
||||||
cFlags: ${{ inputs.config == 'release' && '-MD' || '-MDd' }}
|
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' }}
|
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
|
||||||
system: windows-2022
|
system: windows-2022
|
||||||
type: shared
|
type: shared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user