summaryrefslogtreecommitdiffstats
path: root/libvncclient
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-01-29 19:34:12 +0100
committerChristian Beier <dontmind@freeshell.org>2011-02-26 13:42:24 +0100
commitf5b96e57bfaa05d21efc98f892a1b2b109b17253 (patch)
tree7d8dc872d28c0abe077904b44171ec7a26eaabb4 /libvncclient
parent9f49600787e99b6d1dc0c52afe1647ef3429cc7b (diff)
downloadlibvncserver-f5b96e57bfaa05d21efc98f892a1b2b109b17253.zip
libvncserver-f5b96e57bfaa05d21efc98f892a1b2b109b17253.tar.gz
Update minilzo library used for Ultra encoding to ver 2.04.
According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'libvncclient')
-rw-r--r--libvncclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncclient/Makefile.am b/libvncclient/Makefile.am
index a4c0767..5dec749 100644
--- a/libvncclient/Makefile.am
+++ b/libvncclient/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
libvncclient_la_SOURCES=cursor.c listen.c rfbproto.c sockets.c vncviewer.c ../common/minilzo.c tls.c
-noinst_HEADERS=../common/lzoconf.h ../common/minilzo.h tls.h
+noinst_HEADERS=../common/lzodefs.h ../common/lzoconf.h ../common/minilzo.h tls.h
rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c
OpenPOWER on IntegriCloud