diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c7cc40d..dab80b3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,8 +29,10 @@ jobs: mingw-w64-ucrt-x86_64-dav1d mingw-w64-ucrt-x86_64-lcms2 mingw-w64-ucrt-x86_64-libjxl + mingw-w64-ucrt-x86_64-libxml2 mingw-w64-ucrt-x86_64-meson mingw-w64-ucrt-x86_64-nasm + mingw-w64-ucrt-x86_64-opus mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-vapoursynth mingw-w64-ucrt-x86_64-vulkan-headers @@ -58,7 +60,7 @@ jobs: run: | git clone https://git.ffmpeg.org/ffmpeg.git --depth 1 pushd ffmpeg - ./configure --prefix=/ucrt64 --enable-gpl --enable-version3 --disable-programs --disable-doc --disable-avdevice --disable-swresample --disable-swscale --disable-postproc --disable-avfilter --disable-encoders --disable-muxers --enable-lcms2 --enable-libdav1d --enable-libjxl --enable-libxevd --disable-nvenc --pkg-config-flags=--static --disable-debug + ./configure --prefix=/ucrt64 --enable-gpl --enable-version3 --disable-programs --disable-doc --disable-avdevice --disable-swresample --disable-swscale --disable-postproc --disable-avfilter --disable-encoders --disable-muxers --enable-lcms2 --enable-libdav1d --enable-libjxl --enable-libopus --enable-libxevd --enable-libxml2 --disable-nvenc --pkg-config-flags=--static --disable-debug make install -j$(nproc) popd rm -rf ffmpeg