diff options
| author | Joel Martin <github@martintribe.org> | 2011-07-19 13:40:34 +0200 | 
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2011-07-22 17:56:26 +0200 | 
| commit | 896ca2036c35b89a7f63e1adefe5e3724bf4d40d (patch) | |
| tree | d59dd0310911a14e65f55378897f146a0b1c2184 /rfb/rfbconfig.h.cmake | |
| parent | 17ce0c56281f55316685f194b34e5f99f4024a5f (diff) | |
| download | libtdevnc-896ca203.tar.gz libtdevnc-896ca203.zip  | |
tightPng: Add initial tightPng encoding support.
http://wiki.qemu.org/VNC_Tight_PNG
Signed-off-by: Joel Martin <github@martintribe.org>
Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'rfb/rfbconfig.h.cmake')
| -rw-r--r-- | rfb/rfbconfig.h.cmake | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index de898fc..b7f225c 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -18,6 +18,9 @@  /* Define to 1 if you have the `jpeg' library (-ljpeg). */  #cmakedefine LIBVNCSERVER_HAVE_LIBJPEG  1  +/* Define if you have the `png' library (-lpng). */ +#cmakedefine LIBVNCSERVER_HAVE_LIBPNG  1 +  /* Define to 1 if you have the `pthread' library (-lpthread). */  #cmakedefine LIBVNCSERVER_HAVE_LIBPTHREAD  1   | 
