Commit 81adec81 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix include path

We already use pkg-config in configure for the fist part
(cherry picked from commit a985ebd5cc1c73f885eb663707cb3daa995bdc29)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 0a882f59
......@@ -48,7 +48,7 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <glib-object.h> /* g_object_unref( ) */
#include <librsvg-2/librsvg/rsvg.h>
#include <librsvg/rsvg.h>
typedef struct svg_rendition_t svg_rendition_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment