ci/build-mingw64: enable the SPDIF muxer

Useful if we want people to verify bitstreaming related changes
with our PR builds.
This commit is contained in:
Jan Ekström 2024-04-03 22:30:25 +03:00
parent 4ce4bf1795
commit e8fb386456
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ _ffmpeg () {
--enable-cross-compile --cross-prefix=$TARGET- --arch=${TARGET%%-*}
--cc="$CC" --cxx="$CXX" $commonflags
--disable-{doc,programs,muxers,encoders}
--enable-encoder=mjpeg,png --enable-libdav1d
--enable-muxer=spdif --enable-encoder=mjpeg,png --enable-libdav1d
)
pkg-config vulkan && args+=(--enable-vulkan --enable-libshaderc)
../configure "${args[@]}"