diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-05-19 09:24:10 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-06-01 12:53:09 -0500 |
commit | 380282b07dcc262f011aa665972dacba5d2178bc (patch) | |
tree | 9735e408a8e296ecfed96e7bad3340fd4aef3344 /Makefile | |
parent | a885211eed4e853c64d1419a0113c12048ecd5a1 (diff) | |
download | qemu-380282b07dcc262f011aa665972dacba5d2178bc.zip |
vnc: add basic tight support
Add support for tight encoding [1]. This patch only add support
for "basic" tight compression without any filter.
[1] http://tigervnc.org/cgi-bin/rfbproto#tight-encoding.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ vnc-encoding-zlib.o: vnc.h vnc-encoding-hextile.o: vnc.h +vnc-encoding-tight.o: vnc.h vnc-encoding-tight.h + curses.o: curses.c keymaps.h curses_keys.h bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS) |