summaryrefslogtreecommitdiffstats
path: root/libvncclient/tight.c
diff options
context:
space:
mode:
authordscho <dscho>2003-08-08 11:36:21 +0000
committerdscho <dscho>2003-08-08 11:36:21 +0000
commit1fd42ce98cd082309f72467bee73a910c9662fc9 (patch)
treecfd4cc6d9037397a41f1e8579dd54d7c91d49a35 /libvncclient/tight.c
parentf9e179613f072e15cc7433bc96e38005c854b29f (diff)
downloadlibtdevnc-1fd42ce98cd082309f72467bee73a910c9662fc9.tar.gz
libtdevnc-1fd42ce98cd082309f72467bee73a910c9662fc9.zip
make --without-jpeg, --without-zlib work
Diffstat (limited to 'libvncclient/tight.c')
-rw-r--r--libvncclient/tight.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvncclient/tight.c b/libvncclient/tight.c
index 77919f4..18d5639 100644
--- a/libvncclient/tight.c
+++ b/libvncclient/tight.c
@@ -17,6 +17,8 @@
* USA.
*/
+#ifdef LIBVNCSERVER_HAVE_LIBJPEG
+
/*
* tight.c - handle ``tight'' encoding.
*
@@ -604,3 +606,5 @@ DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h)
#endif
+#endif
+