We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900758e commit 0226364Copy full SHA for 0226364
1 file changed
libvncclient/vncviewer.c
@@ -39,6 +39,9 @@
39
#include <time.h>
40
#include <rfb/rfbclient.h>
41
#include "tls.h"
42
+#if defined(LIBVNCSERVER_HAVE_LIBZ) && defined(LIBVNCSERVER_HAVE_LIBJPEG)
43
+#include "turbojpeg.h"
44
+#endif
45
46
static void Dummy(rfbClient* client) {
47
}
0 commit comments