]> TLD Linux GIT Repositories - packages/qemu.git/blob - libjpeg-boolean.patch
- updated to 8.2.2
[packages/qemu.git] / libjpeg-boolean.patch
1 diff -ur qemu-7.0.0.orig/ui/vnc-enc-tight.c qemu-7.0.0/ui/vnc-enc-tight.c
2 --- qemu-7.0.0.orig/ui/vnc-enc-tight.c  2022-06-03 00:27:38.314054280 +0200
3 +++ qemu-7.0.0/ui/vnc-enc-tight.c       2022-06-03 00:28:00.319098954 +0200
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