summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2024-04-03 22:30:25 +0300
committerJan Ekström <jeebjp@gmail.com>2024-04-04 17:03:48 +0300
commite8fb38645639595fc1faef45e3704907321ba2cc (patch)
tree84b57eafa059ebde9d78b3eb36c267e5d9cc3488 /ci
parent4ce4bf1795e6dfd6f1ddf07fb348ce5d191ab1dc (diff)
downloadmpv-e8fb38645639595fc1faef45e3704907321ba2cc.tar.bz2
mpv-e8fb38645639595fc1faef45e3704907321ba2cc.tar.xz
ci/build-mingw64: enable the SPDIF muxer
Useful if we want people to verify bitstreaming related changes with our PR builds.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
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[@]}"