mirror of https://github.com/mpv-player/mpv
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:
parent
4ce4bf1795
commit
e8fb386456
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in New Issue