mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
Use static gstreamer plugins
This commit is contained in:
parent
e67fd45a28
commit
f0b7e281f5
2 changed files with 6 additions and 1 deletions
|
@ -593,7 +593,11 @@ endif()
|
|||
|
||||
if (VOIP)
|
||||
include(FindPkgConfig)
|
||||
if (FLATPAK)
|
||||
pkg_check_modules(GSTREAMER REQUIRED IMPORTED_TARGET gstreamer-full-1.0>=1.20)
|
||||
else()
|
||||
pkg_check_modules(GSTREAMER REQUIRED IMPORTED_TARGET gstreamer-sdp-1.0>=1.18 gstreamer-webrtc-1.0>=1.18)
|
||||
endif()
|
||||
if (SCREENSHARE_X11 AND NOT WIN32 AND NOT APPLE)
|
||||
pkg_check_modules(XCB REQUIRED IMPORTED_TARGET xcb xcb-ewmh)
|
||||
endif()
|
||||
|
|
|
@ -175,6 +175,7 @@ modules:
|
|||
- -Dgst-plugins-bad:srtp=enabled
|
||||
- -Dgst-plugins-bad:webrtc=enabled
|
||||
- -Dgst-plugins-bad:flite=disabled
|
||||
- --default-library=static
|
||||
- buildsystem: qmake
|
||||
name: qt-jdenticon
|
||||
no-make-install: true
|
||||
|
|
Loading…
Reference in a new issue