Use static gstreamer plugins

gst-experiments
Nicolas Werner 2 years ago
parent e67fd45a28
commit f0b7e281f5
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 6
      CMakeLists.txt
  2. 1
      io.github.NhekoReborn.Nheko.yaml

@ -593,7 +593,11 @@ endif()
if (VOIP)
include(FindPkgConfig)
pkg_check_modules(GSTREAMER REQUIRED IMPORTED_TARGET gstreamer-sdp-1.0>=1.18 gstreamer-webrtc-1.0>=1.18)
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…
Cancel
Save