[vlc-commits] commit: Fix include path (Christophe Mutricy )

git at videolan.org git at videolan.org
Wed Jul 21 23:34:43 CEST 2010


vlc/vlc-1.1 | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jul 21 00:07:47 2010 +0100| [81adec8109c07d027e0808c9746e8cbd97ea8bd3] | committer: Christophe Mutricy 

Fix include path

We already use pkg-config in configure for the fist part
(cherry picked from commit a985ebd5cc1c73f885eb663707cb3daa995bdc29)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=81adec8109c07d027e0808c9746e8cbd97ea8bd3
---

 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