mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:43:02 +08:00
Enable Microsoft Media Foundation support for Video I/O
Enable Microsoft Media Foundation support for Video I/O.
This commit is contained in:
parent
82db1b3a2a
commit
ee2452f066
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user