[vlc-commits] commit: Fix include path (Christophe Mutricy )
git at videolan.org
git at videolan.org
Wed Jul 21 01:09:50 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jul 21 00:07:47 2010 +0100| [a985ebd5cc1c73f885eb663707cb3daa995bdc29] | committer: Christophe Mutricy
Fix include path
We already use pkg-config in configure for the fist part
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a985ebd5cc1c73f885eb663707cb3daa995bdc29
---
modules/misc/svg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/svg.c b/modules/misc/svg.c
index 7c5ad64..fc54819 100644
--- a/modules/misc/svg.c
+++ b/modules/misc/svg.c
@@ -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;
More information about the vlc-commits
mailing list