9 Commits

Author SHA1 Message Date
jca
c2525adf70 Fix gcc version check to unbreak on base-gcc platforms
The __builtin_bswap* functions have only been introduced in gcc-4.5, not
gcc-4.0.  ok jasper@
2019-05-12 22:00:52 +00:00
ajacoutot
eb589cd261 Update to spice-protocol-0.12.14. 2018-06-23 14:43:53 +00:00
jca
530d1b7486 Simplify endianness goo.
spice-gtk breaks on sparc64 because endianness can't be detected,
because not all source files in spice-gtk include the same config.h
file.  So instead of requiring consumer ports to define HAVE_ENDIAN_H,
let's just assume that we have it.

ok jasper@
2016-11-01 15:58:18 +00:00
jasper
dd3bb239bb brainfart, i meant endian.h but ended up using machine/endian.h 2016-05-02 09:27:19 +00:00
jasper
2cf9d47a23 guard the endian bits with HAVE_MACHINE_ENDIAN_H 2016-04-27 10:41:49 +00:00
jasper
68c396f4b1 re-add endian.h inclusion, it's obviously needed.
from miod@
2016-04-13 07:52:16 +00:00
jasper
9ce2dc8da3 use a simpler solution in the patch 2016-03-21 12:58:42 +00:00
jasper
ff0b78fb61 update to spice-protocol-0.12.11 2016-03-16 13:48:19 +00:00
jasper
f1c05611b6 stop going through half a dozen hoops to figure out the byte order
skeletons in this closet spotted by landry@
2016-03-09 11:58:29 +00:00