Update ffmpeg-lgpl.yaml

This commit is contained in:
Daniel Stankewitz 2024-01-13 14:41:10 +01:00 committed by GitHub
parent 3f358307d4
commit 4e4ed6268c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,23 +3,6 @@ name: 'Build FFmpeg (LGPL)'
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
system:
type: choice
required: true
default: 'windows-2022'
description: 'System'
options:
- windows-2022
type:
type: choice
required: true
default: 'shared'
description: Type
options:
- static
- shared
config: config:
type: choice type: choice
required: true required: true
@ -58,6 +41,8 @@ env:
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: ${{ inputs.type == 'static' && ' --pkg-config-flags="--static" --disable-shared --enable-static' || ' --disable-static --enable-shared --build-suffix=-voukoderpro' }}
msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }} msbuildConfig: ${{ inputs.config == 'release' && 'Release' || 'Debug' }}
system: windows-2022
type: shared
jobs: jobs:
libvpl: libvpl: