Merge pull request #193 from squirrel532/fix-openssl-linking

Link OpenSSL explicitly
This commit is contained in:
ob-yalian
2026-05-20 11:39:57 +08:00
committed by GitHub
+1
View File
@@ -110,6 +110,7 @@ set(COMMON_LIBRARIES
-lrt
-ldw
yaml-cpp
OpenSSL::Crypto
)
if(USE_RK_HW_DECODER)
list(APPEND COMMON_LIBRARIES ${RK_MPP_LIBRARIES} ${RGA_LIBRARIES})