From ca52c1e2d138604fb9f7d89805de933fc6a3955f Mon Sep 17 00:00:00 2001 From: MSuih Date: Fri, 3 Jan 2020 10:42:08 +0200 Subject: [PATCH] Link Bcrypt with ffmpeg --- 3rdparty/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 790da479f8..0ff99d723c 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -375,6 +375,7 @@ else() if (WIN32) set(FFMPEG_LIB_DIR "ffmpeg/windows/x86_64") + target_link_libraries(3rdparty_ffmpeg INTERFACE "Bcrypt.lib") elseif(CMAKE_SYSTEM MATCHES "Linux") set(FFMPEG_LIB_DIR "ffmpeg/linux/x86_64") elseif(APPLE)