forked from pool/telegram-desktop
6163ef7aa6
- Update to 3.5.2 * Fix a freeze in audio playback on Linux. * Fix a crash in screen sharing initialization on Linux. - Remove 0003-add-qt5-widgets-include.patch * Bug fixed in upstream - Add 0003-revert-webrtc-cmake-target-file.patch * Fix target "desktop-app::external_opus" not found error. OBS-URL: https://build.opensuse.org/request/show/954133 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=215
15 lines
525 B
Diff
15 lines
525 B
Diff
diff --git a/cmake/external/webrtc/CMakeLists.txt b/cmake/external/webrtc/CMakeLists.txt
|
|
index f6ce939..b37cb14 100644
|
|
--- a/cmake/external/webrtc/CMakeLists.txt
|
|
+++ b/cmake/external/webrtc/CMakeLists.txt
|
|
@@ -90,9 +90,7 @@ INTERFACE
|
|
$<LINK_ONLY:desktop-app::external_openssl>
|
|
$<LINK_ONLY:desktop-app::external_jpeg>
|
|
$<LINK_ONLY:desktop-app::external_opus>
|
|
- $<TARGET_FILE:desktop-app::external_opus>
|
|
$<LINK_ONLY:desktop-app::external_vpx>
|
|
- $<TARGET_FILE:desktop-app::external_vpx>
|
|
)
|
|
|
|
if (WIN32)
|