Merge branch '8.10' of github.com:libvips/libvips into 8.10

This commit is contained in:
John Cupitt 2021-02-09 16:22:30 +00:00
commit d70ab8f5b7
1 changed files with 0 additions and 7 deletions

View File

@ -80,13 +80,6 @@
*/
#define RSVG_MAX_WIDTH (32767)
/* Old librsvg versions don't include librsvg-features.h by default.
* Newer versions deprecate direct inclusion.
*/
#ifndef LIBRSVG_FEATURES_H
#include <librsvg/librsvg-features.h>
#endif
/* A handy #define for we-will-handle-svgz.
*/
#if LIBRSVG_CHECK_FEATURE(SVGZ) && defined(HAVE_ZLIB)