[Spice-commits] configure.ac server/stream-channel.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 22 14:58:25 UTC 2018


 configure.ac            |    2 +-
 server/stream-channel.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4ed9e3b92cfa1fe2dee1529143b3288ab6e888c5
Author: Snir Sheriber <ssheribe at redhat.com>
Date:   Mon Jun 18 12:20:31 2018 +0300

    Support h265 in stream-channel
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/configure.ac b/configure.ac
index a81ec0f4..96e4e66c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,7 @@ AS_IF([test x"$have_smartcard" = "xyes"], [
     AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 0.1.2"])
 ])
 
-SPICE_PROTOCOL_MIN_VER=0.12.14
+SPICE_PROTOCOL_MIN_VER=0.12.15
 PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= $SPICE_PROTOCOL_MIN_VER])
 AC_SUBST([SPICE_PROTOCOL_MIN_VER])
 
diff --git a/server/stream-channel.c b/server/stream-channel.c
index f13461a9..c69c88d4 100644
--- a/server/stream-channel.c
+++ b/server/stream-channel.c
@@ -356,6 +356,7 @@ stream_channel_get_supported_codecs(StreamChannel *channel, uint8_t *out_codecs)
         SPICE_DISPLAY_CAP_CODEC_VP8,
         SPICE_DISPLAY_CAP_CODEC_H264,
         SPICE_DISPLAY_CAP_CODEC_VP9,
+        SPICE_DISPLAY_CAP_CODEC_H265,
     };
 
     bool supported[SPICE_N_ELEMENTS(codec2cap)];


More information about the Spice-commits mailing list