From e8fb38645639595fc1faef45e3704907321ba2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Wed, 3 Apr 2024 22:30:25 +0300 Subject: [PATCH] ci/build-mingw64: enable the SPDIF muxer Useful if we want people to verify bitstreaming related changes with our PR builds. --- ci/build-mingw64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index a2f7ba1574..ae64473379 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -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[@]}"