Merge branch '8.10'
This commit is contained in:
commit
15f4d935aa
@ -24,6 +24,8 @@
|
|||||||
- revise ppmload, fixing a couple of small bugs
|
- revise ppmload, fixing a couple of small bugs
|
||||||
- signal error on EOF in jpegload more reliably [bozaro]
|
- signal error on EOF in jpegload more reliably [bozaro]
|
||||||
- better error detection in spngload [randy408]
|
- better error detection in spngload [randy408]
|
||||||
|
- fix includes of glib headers in C++ [lovell]
|
||||||
|
- fix build with more modern librsvg [lovell]
|
||||||
|
|
||||||
18/12/20 started 8.10.5
|
18/12/20 started 8.10.5
|
||||||
- fix potential /0 in animated webp load [lovell]
|
- fix potential /0 in animated webp load [lovell]
|
||||||
|
@ -80,13 +80,6 @@
|
|||||||
*/
|
*/
|
||||||
#define RSVG_MAX_WIDTH (32767)
|
#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.
|
/* A handy #define for we-will-handle-svgz.
|
||||||
*/
|
*/
|
||||||
#if LIBRSVG_CHECK_FEATURE(SVGZ) && defined(HAVE_ZLIB)
|
#if LIBRSVG_CHECK_FEATURE(SVGZ) && defined(HAVE_ZLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user