diff options
author | Christian Beier <dontmind@freeshell.org> | 2015-04-17 12:20:59 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2015-04-17 12:20:59 +0200 |
commit | 612de004c47586d74d5a93901a2d94ca1fc3f5e3 (patch) | |
tree | ce4e63baee638a73ff142435f602b4032f4c2384 /libvncclient/Makefile.am | |
parent | 107109492e37f0b508f55b5b4e4bd8dcfae3d0cf (diff) | |
download | libtdevnc-612de004c47586d74d5a93901a2d94ca1fc3f5e3.tar.gz libtdevnc-612de004c47586d74d5a93901a2d94ca1fc3f5e3.zip |
Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
This reverts commit d891478ec985660c03f95cffda0e6a1ad4ba350c.
Conflicts:
configure.ac
libvncclient/h264.c
Diffstat (limited to 'libvncclient/Makefile.am')
-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 d458aa2..7e112d7 100644 --- a/libvncclient/Makefile.am +++ b/libvncclient/Makefile.am @@ -14,7 +14,7 @@ endif libvncclient_la_SOURCES=cursor.c listen.c rfbproto.c sockets.c vncviewer.c ../common/minilzo.c $(TLSSRCS) -libvncclient_la_LIBADD=$(TLSLIBS) $(VA_LIBS) +libvncclient_la_LIBADD=$(TLSLIBS) noinst_HEADERS=../common/lzodefs.h ../common/lzoconf.h ../common/minilzo.h tls.h |