mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
;.ll
This commit is contained in:
parent
631ef0bbc3
commit
4875d4ebfd
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
||||
[submodule "www/webassist"]
|
||||
path = www/webassist
|
||||
url = https://gitee.com/victor1002/zlm_webassist
|
||||
[submodule "3rdpart/libsrtp"]
|
||||
path = 3rdpart/libsrtp
|
||||
url = https://github.com/cisco/libsrtp.git
|
||||
|
1
3rdpart/libsrtp
Submodule
1
3rdpart/libsrtp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9a139f5c8ba7629b3c0ac9cc7bbf74e4bf10313a
|
BIN
Android/app/libs/arm64-v8a/libsrtp2.a
Normal file
BIN
Android/app/libs/arm64-v8a/libsrtp2.a
Normal file
Binary file not shown.
@ -14,6 +14,14 @@ set(OPENSSL_INCLUDE_DIR "3rdpart/openssl/include")
|
||||
set(OPENSSL_CRYPTO_LIBRARY "Android/app/libs/arm64-v8a/libcrypto.a")
|
||||
set(OPENSSL_SSL_LIBRARY "Android/app/libs/arm64-v8a/libssl.a")
|
||||
|
||||
|
||||
|
||||
set(SRTP_INCLUDE_DIRS "3rdpart/libsrtp/include")
|
||||
set(SRTP_LIBRARIES "Android/app/libs/arm64-v8a/libsrtp2.a")
|
||||
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
include_directories(${SRTP_INCLUDE_DIRS})
|
||||
|
||||
###################################################################
|
||||
# 编译openssl 1.1.1k
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user