Update ffmpeg.yml
This commit is contained in:
parent
69be189e3a
commit
6871ab5572
14
.github/workflows/ffmpeg.yml
vendored
14
.github/workflows/ffmpeg.yml
vendored
@ -4,17 +4,19 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
config:
|
config:
|
||||||
description: 'Configuration'
|
type: choice
|
||||||
required: true
|
description: Configuration
|
||||||
default: 'Debug'
|
options:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
|
||||||
env:
|
env:
|
||||||
vsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\
|
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
|
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
|
NASM_EXECUTABLE: nasm
|
||||||
|
msysConfig: Debug
|
||||||
|
winConfig: debug
|
||||||
|
cFlags: -MDd
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
liboggvorbis:
|
liboggvorbis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user