mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Create audio device module uniformely.
This commit is contained in:
parent
fe85a8256a
commit
e864aa2ff2
3 changed files with 4 additions and 2 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit cba2d0daa7bf585069c55773846c4cb10af03920
|
Subproject commit 6e8b3f7e5f14321cb9e77f18c0a82089bf7f31c6
|
|
@ -28,6 +28,8 @@ PRIVATE
|
||||||
if (NOT DESKTOP_APP_DISABLE_WEBRTC_INTEGRATION)
|
if (NOT DESKTOP_APP_DISABLE_WEBRTC_INTEGRATION)
|
||||||
nice_target_sources(lib_tgcalls ${tgcalls_loc}
|
nice_target_sources(lib_tgcalls ${tgcalls_loc}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
AudioDeviceHelper.cpp
|
||||||
|
AudioDeviceHelper.h
|
||||||
CodecSelectHelper.cpp
|
CodecSelectHelper.cpp
|
||||||
CodecSelectHelper.h
|
CodecSelectHelper.h
|
||||||
CryptoHelper.cpp
|
CryptoHelper.cpp
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4bc51d6f6d5740159fdb51cb1593e80ce149ed4e
|
Subproject commit d9e8307af6aa30e9b5e1e5376035641cfd063b7b
|
Loading…
Add table
Reference in a new issue