Re: [Spice-devel] [PATCH spice-gtk v2] spicy-screenshot: use G_BIG_ENDIAN

2019-01-17 Thread Frediano Ziglio
> > From: Marc-André Lureau > > WORDS_BIGENDIAN is defined by autofoo macro. autoconf > meson doesn't define it. Let's use the GLib defines instead. > > Signed-off-by: Marc-André Lureau > --- > tools/spicy-screenshot.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Spice-devel] [PATCH spice-gtk v2] spicy-screenshot: use G_BIG_ENDIAN

2019-01-16 Thread Victor Toso
Hi, On Thu, Jan 17, 2019 at 03:08:43AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > WORDS_BIGENDIAN is defined by autofoo macro. > meson doesn't define it. Let's use the GLib defines instead. We will probably need to fix spice-common too. > Signed-off-by: Marc-André

[Spice-devel] [PATCH spice-gtk v2] spicy-screenshot: use G_BIG_ENDIAN

2019-01-16 Thread marcandre . lureau
From: Marc-André Lureau WORDS_BIGENDIAN is defined by autofoo macro. meson doesn't define it. Let's use the GLib defines instead. Signed-off-by: Marc-André Lureau --- tools/spicy-screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spicy-screenshot.c