windows: build with OIIO instead of ffmpeg

This commit is contained in:
nick black 2021-09-06 03:50:17 -04:00
parent 4dc6b7e826
commit f1b796534b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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