代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/calls 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Add a local declaration of the internal su_random64 function from
sofia-sip, so that it can be called with compilers which do not
support implicit function declarations.
Submitted upstream: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/658>
diff --git a/calls-v44_alpha.1/plugins/provider/tests/test-sip.c b/calls-v44_alpha.1/plugins/provider/tests/test-sip.c
index d9c013fac30854c0..00fba3106aeec194 100644
--- a/calls-v44_alpha.1/plugins/provider/tests/test-sip.c
+++ b/calls-v44_alpha.1/plugins/provider/tests/test-sip.c
@@ -21,6 +21,8 @@
#include <sofia-sip/su_uniqueid.h>
#include <libpeas/peas.h>
+#include <stdint.h>
+
typedef struct {
CallsSipProvider *provider;
CallsSipOrigin *origin_alice;
@@ -430,6 +432,7 @@ main (int argc,
gst_init (NULL, NULL);
/* this is a workaround for an issue with sofia: https://github.com/freeswitch/sofia-sip/issues/58 */
+ extern uint64_t su_random64 (void);
su_random64 ();
g_test_add ("/Calls/SIP/provider_object", SipFixture, NULL,
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。