Skip to content

Commit 0361018

Browse files
committed
Updated libtgvoip module
1 parent a5b39e1 commit 0361018

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎app/jni/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ add_library(tgvoip STATIC
216216
${TGVOIP_DIR}/os/posix/NetworkSocketPosix.cpp
217217
${TGVOIP_DIR}/PacketReassembler.cpp
218218
${TGVOIP_DIR}/MessageThread.cpp
219-
${TGVOIP_DIR}/json11.cpp
219+
${TGVOIP_DIR}/json/json11.cpp
220220
${TGVOIP_DIR}/audio/AudioIO.cpp
221221
${TGVOIP_DIR}/video/VideoRenderer.cpp
222222
${TGVOIP_DIR}/video/VideoSource.cpp
@@ -537,6 +537,7 @@ target_compile_definitions(tgvoip PRIVATE
537537
TGVOIP_PACKAGE_PATH="org/thunderdog/challegram/voip"
538538
TGVOIP_PEER_TAG_VARIABLE_NAME="peerTag"
539539
TGVOIP_ENDPOINT_CLASS="org/drinkless/tdlib/TdApi$CallServer"
540+
TGVOIP_ENDPOINT_TYPE_CLASS="org/drinkless/tdlib/TdApi$CallServerType"
540541

541542
USE_KISS_FFT
542543
WEBRTC_APM_DEBUG_DUMP=0
@@ -549,6 +550,7 @@ target_compile_definitions(tgvoip PRIVATE
549550
target_include_directories(tgvoip PRIVATE
550551
${OPUS_DIR}/include
551552
${TGVOIP_DIR}/webrtc_dsp
553+
${TGVOIP_DIR}/json
552554
.
553555
)
554556
target_compile_options(tgvoip PRIVATE

0 commit comments

Comments
 (0)