[vlc-devel] commit: svg: quick fix for out-of-tree compilation (Olivier Aubert )
git version control
git at videolan.org
Tue Nov 24 13:53:50 CET 2009
vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Tue Nov 24 10:46:27 2009 +0100| [ea4b606943126c332a5953c900f1cc451ba680b1] | committer: Olivier Aubert
svg: quick fix for out-of-tree compilation
config.h should be bundled with dev. packages (this concerns at least
libvlccore-dev on Debian). Or regenerated by a script.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea4b606943126c332a5953c900f1cc451ba680b1
---
modules/misc/svg.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/misc/svg.c b/modules/misc/svg.c
index c6cf3d1..972071a 100644
--- a/modules/misc/svg.c
+++ b/modules/misc/svg.c
@@ -27,6 +27,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
+#else
+# define N_(str) (str)
#endif
#include <vlc_common.h>
More information about the vlc-devel
mailing list