]> git.sesse.net Git - vlc/commitdiff
Fix include path
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Jul 2010 23:07:47 +0000 (00:07 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Jul 2010 23:09:39 +0000 (00:09 +0100)
We already use pkg-config in configure for the fist part

modules/misc/svg.c

index 7c5ad64b8912b575280e0413673cea83d72c4e09..fc54819134f47070b1b111dd5fa82b25c9ca2632 100644 (file)
@@ -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;