[opencv] Disable msvcrt check to allow prepackaged ffmpeg

This commit is contained in:
Robert Schumacher 2017-11-25 13:45:33 -08:00
parent 90e520af8d
commit 4d274a7bff
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -201,4 +201,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_copy_pdbs()
set(VCPKG_LIBRARY_LINKAGE "dynamic")
set(VCPKG_LIBRARY_LINKAGE "dynamic")
set(VCPKG_POLICY_ALLOW_OBSOLETE_MSVCRT enabled)