--- server/spicevmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/spicevmc.c b/server/spicevmc.c index abb0b52..074a8cf 100644 --- a/server/spicevmc.c +++ b/server/spicevmc.c @@ -207,7 +207,7 @@ red_vmc_channel_constructed(GObject *object) stat_init_counter(&self->out_uncompressed, reds, stat, "out_uncompressed", TRUE); #ifdef USE_LZ4 - red_channel_set_cap(RED_CHANNEL(self), SPICE_SPICEVMC_CAP_DATA_COMPRESS_LZ4); + //red_channel_set_cap(RED_CHANNEL(self), SPICE_SPICEVMC_CAP_DATA_COMPRESS_LZ4); #endif red_channel_init_outgoing_messages_window(RED_CHANNEL(self)); -- 2.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel