webrtc/android: explicitly link to iconv
authorMatthew Waters <matthew@centricular.com>
Fri, 26 Jun 2020 03:29:53 +0000 (13:29 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 19 Aug 2020 10:01:56 +0000 (20:01 +1000)
As is now required

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

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

index 2ad389c..c0ab0f8 100644 (file)
@@ -39,6 +39,7 @@ GSTREAMER_PLUGINS         := $(GSTREAMER_PLUGINS_CORE_CUSTOM) $(GSTREAMER_PLUGIN
                              $(GSTREAMER_PLUGINS_SYS)
 
 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
+GSTREAMER_EXTRA_LIBS      := -liconv
 
 G_IO_MODULES = openssl