]> git.sesse.net Git - vlc/commitdiff
svg: quick fix for out-of-tree compilation
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Tue, 24 Nov 2009 09:46:27 +0000 (10:46 +0100)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Tue, 24 Nov 2009 12:53:47 +0000 (13:53 +0100)
config.h should be bundled with dev. packages (this concerns at least
libvlccore-dev on Debian). Or regenerated by a script.

modules/misc/svg.c

index c6cf3d140c97f60e2bf40cbe3a73a4baba2af1c2..972071acf3a295e15ec284e016f899a01f2e2595 100644 (file)
@@ -27,6 +27,8 @@
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
+#else
+# define N_(str) (str)
 #endif
 
 #include <vlc_common.h>