mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
webrtc/android: use the openssl Gio module
That's what is shipped upstream now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/25>
This commit is contained in:
parent
d1b81046a4
commit
a7d0e6051c
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE_CUSTOM) $(GSTREAMER_PLUGIN
|
|||
|
||||
GSTREAMER_EXTRA_DEPS := gstreamer-webrtc-1.0 gstreamer-sdp-1.0 gstreamer-video-1.0 libsoup-2.4 json-glib-1.0 glib-2.0
|
||||
|
||||
G_IO_MODULES = gnutls
|
||||
G_IO_MODULES = openssl
|
||||
|
||||
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer-1.0.mk
|
||||
|
|
Loading…
Reference in a new issue