Update ffmpeg-lgpl.yaml

This commit is contained in:
Daniel Stankewitz 2024-01-13 14:46:54 +01:00 committed by GitHub
parent 9827d2a397
commit 741f9f09a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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