Added workaround for librsvg < 2.36.2

This commit is contained in:
Manuel Reimer 2014-11-09 18:45:37 +01:00
parent 9a8ec36a35
commit 955da76828
1 changed files with 3 additions and 0 deletions

View File

@ -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>