Update ffmpeg-lgpl.yaml
This commit is contained in:
parent
3f358307d4
commit
4e4ed6268c
19
.github/workflows/ffmpeg-lgpl.yaml
vendored
19
.github/workflows/ffmpeg-lgpl.yaml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user