summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-07-26 11:45:50 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-07-26 11:45:50 -0700
commitcddcee4929f48e91153d2a84e51f876dffe72692 (patch)
tree9f701e12535c395a0eb0c8148f54460dbff0ff22
parent90bf3f8171a57ba01d3e7fcbb32d1456335c3d00 (diff)
downloadxrdp-proprietary-cddcee4929f48e91153d2a84e51f876dffe72692.tar.gz
xrdp-proprietary-cddcee4929f48e91153d2a84e51f876dffe72692.zip
jpeg: fix for when building without --enable-jpeg
-rw-r--r--libxrdp/xrdp_jpeg_compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_jpeg_compress.c b/libxrdp/xrdp_jpeg_compress.c
index 9b9a9e1d..8561982f 100644
--- a/libxrdp/xrdp_jpeg_compress.c
+++ b/libxrdp/xrdp_jpeg_compress.c
@@ -215,7 +215,7 @@ int APP_CC
xrdp_jpeg_compress(char* in_data, int width, int height,
struct stream* s, int bpp, int byte_limit,
int start_line, struct stream* temp_s,
- int e)
+ int e, int quality)
{
return height;
}