summaryrefslogtreecommitdiff
path: root/libcore
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2014-11-09 18:45:37 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2014-11-09 18:45:37 +0100
commit955da7682808d806e5f967b68e02a50e61bf876c (patch)
treecd71a2ea379a7433cfc53f21f2b30059b7d07be9 /libcore
parent9a8ec36a35a7aa12b23e15efbe08b4fa846a24b6 (diff)
downloadvdr-plugin-skindesigner-955da7682808d806e5f967b68e02a50e61bf876c.tar.gz
vdr-plugin-skindesigner-955da7682808d806e5f967b68e02a50e61bf876c.tar.bz2
Added workaround for librsvg < 2.36.2
Diffstat (limited to 'libcore')
-rw-r--r--libcore/imageloader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcore/imageloader.h b/libcore/imageloader.h
index 0a19dd4..a1a11de 100644
--- a/libcore/imageloader.h
+++ b/libcore/imageloader.h
@@ -3,6 +3,9 @@
#include <cairo.h>
#include <librsvg/rsvg.h>
+#ifndef LIBRSVG_VERSION // Workaround for librsvg < 2.36.2
+ #include <librsvg/rsvg-cairo.h>
+#endif
#include <jpeglib.h>
#include <setjmp.h>
#include <vdr/osd.h>