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:
Matthew Waters 2020-06-26 13:05:17 +10:00
parent d1b81046a4
commit a7d0e6051c

View file

@ -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