From 9a490b9c2875774c4b332815d312a979de8a4cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 4 Sep 2018 18:00:15 +0200 Subject: [PATCH] webrtc: gstreamer as aliased external libraries Otherwise gir will not add as external crate gst_sys which doesn't exist, but gstreamer_sys. --- Gir_GstWebRTC.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gir_GstWebRTC.toml b/Gir_GstWebRTC.toml index e89237f3e..16fbe6a3f 100644 --- a/Gir_GstWebRTC.toml +++ b/Gir_GstWebRTC.toml @@ -9,8 +9,8 @@ work_mode = "sys" external_libraries = [ "GLib", "GObject", - "Gst" ] [external_libraries] +gstreamer="Gst" gstreamer_sdp="GstSdp"