From c8204780b26207f0374fd2699d30435a0fe2b79d Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Mon, 10 Jul 2017 18:57:11 +0200 Subject: shout2: use gint and guint in place of int and uint this fixes a compilation error with gcc 7.1.0 on mys2 where uint is not defined https://bugzilla.gnome.org/show_bug.cgi?id=784758 --- ext/shout2/gstshout2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/shout2/gstshout2.h b/ext/shout2/gstshout2.h index eaed730d5..408716692 100644 --- a/ext/shout2/gstshout2.h +++ b/ext/shout2/gstshout2.h @@ -66,8 +66,8 @@ struct _GstShout2send { gchar *songmetadata; gchar *songartist; gchar *songtitle; - int format; - uint timeout; + gint format; + guint timeout; GstTagList* tags; }; -- cgit v1.2.3