Skip to content

Commit

Permalink
add all ffmpeg targets to FFMPEG_DLLS_DEPEDENCIES on unix and ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Dec 11, 2023
1 parent f7d9cf4 commit 15142b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/video_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if (WIN32 OR MSVC)
set_target_properties(${ffmpeg_lib} PROPERTIES
INCLUDE_DIRECTORIES ${FFMPEG_INCLUDE_DIR}/lib${ffmpeg_lib}
)
list(APPEND FFMPEG_DLLS_DEPEDENCIES ${CORRECT_FFMPEG_SHARED_LIB_PATH})

endforeach()
foreach(_additional_ffmpeg_lib ${ADDITIONAL_FFMPEG_LIBS})
Expand Down

0 comments on commit 15142b5

Please sign in to comment.