]> TLD Linux GIT Repositories - packages/qemu.git/blob - libjpeg-boolean.patch
- updated to 8.2.2
[packages/qemu.git] / libjpeg-boolean.patch
1 diff -urp qemu-2.6.1.orig/ui/vnc-enc-tight.c qemu-2.6.1/ui/vnc-enc-tight.c
2 --- qemu-2.6.1.orig/ui/vnc-enc-tight.c  2016-08-22 12:53:19.826554000 +0000
3 +++ qemu-2.6.1/ui/vnc-enc-tight.c       2016-08-22 12:55:03.484554000 +0000
4 @@ -40,6 +40,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