libxrdp: fix for when not compiling with turbo jpeg
This commit is contained in:
parent
50a1b1fdb9
commit
63032b000d
@ -397,6 +397,15 @@ xrdp_jpeg_compress(void *handle, char *in_data, int width, int height,
|
|||||||
return height;
|
return height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
int APP_CC
|
||||||
|
xrdp_codec_jpeg_compress(void *handle, int format, char *inp_data, int width,
|
||||||
|
int height, int stride, int x, int y, int cx, int cy,
|
||||||
|
int quality, char *out_data, int *io_len)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
void *APP_CC
|
void *APP_CC
|
||||||
xrdp_jpeg_init(void)
|
xrdp_jpeg_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user