]> TLD Linux GIT Repositories - packages/qemu.git/blob - libjpeg-boolean.patch
- updated to 6.2.0
[packages/qemu.git] / libjpeg-boolean.patch
1 diff -ur qemu-6.2.0.orig/ui/vnc-enc-tight.c qemu-6.2.0/ui/vnc-enc-tight.c
2 --- qemu-6.2.0.orig/ui/vnc-enc-tight.c  2022-01-23 13:46:47.943392450 +0100
3 +++ qemu-6.2.0/ui/vnc-enc-tight.c       2022-01-23 13:47:49.926517751 +0100
4 @@ -39,6 +39,8 @@
5  #include <png.h>
6  #endif
7  #ifdef CONFIG_VNC_JPEG
8 +#define HAVE_BOOLEAN
9 +#define boolean int
10  #include <jpeglib.h>
11  #endif
12