webrtc/android: use the openssl Gio module
authorMatthew Waters <matthew@centricular.com>
Fri, 26 Jun 2020 03:05:17 +0000 (13:05 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 19 Aug 2020 10:01:56 +0000 (20:01 +1000)
That's what is shipped upstream now.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/25>

webrtc/android/app/src/main/jni/Android.mk

index db8bfca..2ad389c 100644 (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