From 1fd42ce98cd082309f72467bee73a910c9662fc9 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 8 Aug 2003 11:36:21 +0000 Subject: make --without-jpeg, --without-zlib work --- libvncclient/tight.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libvncclient/tight.c') 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 + -- cgit v1.2.1