From c78e519a2cc49f20694130fe96ca237aa0259d70 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sat, 18 Feb 2023 16:54:23 +0100 Subject: [PATCH] Update ffmpeg-lgpl.yaml --- .github/workflows/ffmpeg-lgpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ffmpeg-lgpl.yaml b/.github/workflows/ffmpeg-lgpl.yaml index 559d846..ad7dee6 100644 --- a/.github/workflows/ffmpeg-lgpl.yaml +++ b/.github/workflows/ffmpeg-lgpl.yaml @@ -56,7 +56,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' }} + 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' }} jobs: