mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Added workaround for librsvg < 2.36.2
This commit is contained in:
parent
9a8ec36a35
commit
955da76828
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <librsvg/rsvg.h>
|
#include <librsvg/rsvg.h>
|
||||||
|
#ifndef LIBRSVG_VERSION // Workaround for librsvg < 2.36.2
|
||||||
|
#include <librsvg/rsvg-cairo.h>
|
||||||
|
#endif
|
||||||
#include <jpeglib.h>
|
#include <jpeglib.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <vdr/osd.h>
|
#include <vdr/osd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user