From 6871ab5572b25f01a79e30922db52e5ae4af42c9 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 25 Mar 2022 20:09:24 +0100 Subject: [PATCH] Update ffmpeg.yml --- .github/workflows/ffmpeg.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index d273fa8..47d7e44 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -4,17 +4,19 @@ on: workflow_dispatch: inputs: config: - description: 'Configuration' - required: true - default: 'Debug' + type: choice + description: Configuration + options: + - Debug + - Release env: vsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\ - msysConfig: release - winConfig: Release - cFlags: -MD switches: "--enable-libsvtav1 --enable-libsnappy --enable-libvpx --enable-libmp3lame --enable-libzimg --enable-libopus --enable-libvorbis --enable-libx264 --enable-libx265 --enable-libfdk-aac" #--enable-libvpl NASM_EXECUTABLE: nasm + msysConfig: Debug + winConfig: debug + cFlags: -MDd jobs: liboggvorbis: