Merge branch 'lzo' into 'master'

Fix include paths for LZO headers

See merge request cairo/cairo!583
This commit is contained in:
Uli Schlachter 2024-09-06 15:27:02 +00:00
commit 781cf20bf9
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
#include <zlib.h>
#if HAVE_LZO
#include <lzo/lzo2a.h>
#include <lzo2a.h>
#endif
#define CHUNK_SIZE 32768

View file

@ -60,7 +60,7 @@
#endif
#if HAVE_LZO
#include <lzo/lzo2a.h>
#include <lzo2a.h>
#endif
#ifdef HAVE_MMAP

View file

@ -46,7 +46,7 @@
#include <zlib.h>
#if HAVE_LZO
#include <lzo/lzo2a.h>
#include <lzo2a.h>
#endif
#define DEBUG_SCAN 0