On Tue, Nov 21, 2017 at 12:28:59PM +0000, Frediano Ziglio wrote:
> diff --git a/server/stream-channel.c b/server/stream-channel.c
> index c7ca0206..da3f3a4f 100644
> --- a/server/stream-channel.c
> +++ b/server/stream-channel.c
> @@ -203,6 +203,13 @@ stream_channel_send_item(RedChannelClient *rcc, 
> RedPipeItem *pipe_item)
>              channel->width, channel->height,
>              SPICE_SURFACE_FMT_32_xRGB, SPICE_SURFACE_FLAGS_PRIMARY
>          };
> +#ifdef HAVE_SPICE_SURFACE_FLAGS_STREAMING_MODE

Why do we want to make this conditional? spice-server currently
needs an unreleased spice-protocol for the streaming bits, it won't
compile if stream-device.h is not present, so this is just an additional
requirement on spice-protocol.git.

Christophe

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to