Skip to content

Commit

Permalink
[ffmpeg] add implicit link libs (#42676)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiwang1991 committed Dec 13, 2024
1 parent 19847ac commit 511c0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/ffmpeg/FindFFMPEG.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function(append_dependencies out)
endif()
set(pass_through
${CMAKE_CXX_IMPLICIT_LINK_LIBRARIES}
bcrypt gdi32 mfuuid ole32 oleaut32 psapi secur32 shlwapi strmiids user32 uuid vfw32 ws2_32
advapi32 bcrypt crypt32 gdi32 mfuuid ole32 oleaut32 psapi secur32 shlwapi strmiids user32 uuid vfw32 ws2_32
-pthread -pthreads pthread atomic m
)
cmake_policy(SET CMP0057 NEW)
Expand Down

0 comments on commit 511c0bb

Please sign in to comment.