diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-01-29 19:34:12 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-02-26 13:42:24 +0100 |
commit | f5b96e57bfaa05d21efc98f892a1b2b109b17253 (patch) | |
tree | 7d8dc872d28c0abe077904b44171ec7a26eaabb4 /libvncclient | |
parent | 9f49600787e99b6d1dc0c52afe1647ef3429cc7b (diff) | |
download | libtdevnc-f5b96e57bfaa05d21efc98f892a1b2b109b17253.tar.gz libtdevnc-f5b96e57bfaa05d21efc98f892a1b2b109b17253.zip |
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.am | 2 |
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 |