mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
windows: build with OIIO instead of ffmpeg
This commit is contained in:
parent
4dc6b7e826
commit
f1b796534b
3
.github/workflows/windows_test.yml
vendored
3
.github/workflows/windows_test.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
git
|
||||
mingw-w64-ucrt-x86_64-cmake
|
||||
mingw-w64-ucrt-x86_64-doctest
|
||||
mingw-w64-ucrt-x86_64-ffmpeg
|
||||
mingw-w64-ucrt-x86_64-openimageio
|
||||
mingw-w64-ucrt-x86_64-libunistring
|
||||
mingw-w64-ucrt-x86_64-ncurses
|
||||
mingw-w64-ucrt-x86_64-toolchain
|
||||
@ -56,6 +56,7 @@ jobs:
|
||||
-G "MSYS Makefiles" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUSE_DOCTEST=off \
|
||||
-DUSE_MULTIMEDIA=oiio \
|
||||
-DUSE_PANDOC=off \
|
||||
-DUSE_READLINE=off \
|
||||
-DUSE_QRCODEGEN=on
|
||||
|
Loading…
x
Reference in New Issue
Block a user