mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Update tgcalls library.
This commit is contained in:
parent
38546c701a
commit
bd16708781
3 changed files with 12 additions and 2 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 13a261d8ed3717e1a2a324b9e13a4e351af8fe83
|
||||
Subproject commit 9de3547711c5bb7056c101fc47e1b912d411c2f4
|
|
@ -57,12 +57,20 @@ PRIVATE
|
|||
# iOS / macOS
|
||||
platform/darwin/DarwinInterface.h
|
||||
platform/darwin/DarwinInterface.mm
|
||||
platform/darwin/GLVideoView.h
|
||||
platform/darwin/GLVideoView.mm
|
||||
platform/darwin/TGRTCCVPixelBuffer.h
|
||||
platform/darwin/TGRTCCVPixelBuffer.mm
|
||||
platform/darwin/TGRTCDefaultVideoDecoderFactory.h
|
||||
platform/darwin/TGRTCDefaultVideoDecoderFactory.mm
|
||||
platform/darwin/TGRTCDefaultVideoEncoderFactory.h
|
||||
platform/darwin/TGRTCDefaultVideoEncoderFactory.mm
|
||||
platform/darwin/TGRTCVideoDecoderH264.h
|
||||
platform/darwin/TGRTCVideoDecoderH264.mm
|
||||
platform/darwin/TGRTCVideoDecoderH265.h
|
||||
platform/darwin/TGRTCVideoDecoderH265.mm
|
||||
platform/darwin/TGRTCVideoEncoderH264.h
|
||||
platform/darwin/TGRTCVideoEncoderH264.mm
|
||||
platform/darwin/TGRTCVideoEncoderH265.h
|
||||
platform/darwin/TGRTCVideoEncoderH265.mm
|
||||
platform/darwin/VideoCameraCapturer.h
|
||||
|
@ -105,6 +113,8 @@ elseif (APPLE)
|
|||
WEBRTC_MAC
|
||||
)
|
||||
remove_target_sources(lib_tgcalls ${tgcalls_loc}
|
||||
platform/darwin/GLVideoView.h
|
||||
platform/darwin/GLVideoView.mm
|
||||
platform/darwin/VideoCameraCapturer.h
|
||||
platform/darwin/VideoCameraCapturer.mm
|
||||
platform/darwin/VideoMetalView.h
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c9235ec9c25565516da04abf083e9c0500de58bc
|
||||
Subproject commit f7bcb15bad3879b448a9b5bd3f9827009151b2f3
|
Loading…
Add table
Reference in a new issue