Enable Microsoft Media Foundation support for Video I/O

Enable Microsoft Media Foundation support for Video I/O.
This commit is contained in:
Tsukasa Sugiura 2017-11-02 23:11:12 +09:00
parent 82db1b3a2a
commit ee2452f066
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: opencv
Version: 3.3.1-4
Version: 3.3.1-5
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, protobuf (windows)
Description: computer vision library

View File

@ -101,6 +101,7 @@ vcpkg_configure_cmake(
-DWITH_CUDA=${WITH_CUDA}
-DWITH_FFMPEG=${WITH_FFMPEG}
-DWITH_LAPACK=OFF
-DWITH_MSMF=ON
-DWITH_OPENCLAMDBLAS=OFF
-DWITH_OPENGL=ON
-DWITH_QT=${WITH_QT}