mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
exclude ffmpeg from static crt builds; correct TBB lib path on x64
This commit is contained in:
@@ -13,7 +13,9 @@ add_subdirectory(features2d)
|
||||
add_subdirectory(flann)
|
||||
|
||||
if(MSVC OR MINGW)
|
||||
add_subdirectory(ffmpeg)
|
||||
if(NOT BUILD_WITH_STATIC_CRT)
|
||||
add_subdirectory(ffmpeg)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(BUILD_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user