diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-26 11:45:50 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-26 11:45:50 -0700 |
commit | cddcee4929f48e91153d2a84e51f876dffe72692 (patch) | |
tree | 9f701e12535c395a0eb0c8148f54460dbff0ff22 | |
parent | 90bf3f8171a57ba01d3e7fcbb32d1456335c3d00 (diff) | |
download | xrdp-proprietary-cddcee4929f48e91153d2a84e51f876dffe72692.tar.gz xrdp-proprietary-cddcee4929f48e91153d2a84e51f876dffe72692.zip |
jpeg: fix for when building without --enable-jpeg
-rw-r--r-- | libxrdp/xrdp_jpeg_compress.c | 2 |
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; } |