diff options
author | dscho <dscho> | 2005-05-24 08:59:31 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 08:59:31 +0000 |
commit | b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe (patch) | |
tree | 4b884e5d4c0effe1ae95b6f07b61c5a7a0701e85 /libvncclient/tight.c | |
parent | 93ab95b1d39ac139b0af796fbe8557dda67efda7 (diff) | |
download | libtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.tar.gz libtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.zip |
implement ZRLE decoding
Diffstat (limited to 'libvncclient/tight.c')
-rw-r--r-- | libvncclient/tight.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvncclient/tight.c b/libvncclient/tight.c index 348c423..48a27e9 100644 --- a/libvncclient/tight.c +++ b/libvncclient/tight.c @@ -679,5 +679,7 @@ JpegSetSrcManager(j_decompress_ptr cinfo, #endif +#undef CARDBPP + #endif |