diff --git a/deps/libff/CMakeLists.txt b/deps/libff/CMakeLists.txt index b88085fa4..7a8d90571 100644 --- a/deps/libff/CMakeLists.txt +++ b/deps/libff/CMakeLists.txt @@ -58,4 +58,5 @@ if(NOT MSVC) endif() endif() -target_link_libraries (libff) +target_link_libraries (libff + ${FFMPEG_LIBRARIES})