jpeg: fix for when building without --enable-jpeg
This commit is contained in:
parent
90bf3f8171
commit
cddcee4929
@ -215,7 +215,7 @@ int APP_CC
|
|||||||
xrdp_jpeg_compress(char* in_data, int width, int height,
|
xrdp_jpeg_compress(char* in_data, int width, int height,
|
||||||
struct stream* s, int bpp, int byte_limit,
|
struct stream* s, int bpp, int byte_limit,
|
||||||
int start_line, struct stream* temp_s,
|
int start_line, struct stream* temp_s,
|
||||||
int e)
|
int e, int quality)
|
||||||
{
|
{
|
||||||
return height;
|
return height;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user