[vlc-devel] commit: svg: quick fix for out-of-tree compilation (Olivier Aubert )
jpd at videolan.org
jpd at videolan.org
Tue Nov 24 13:57:09 CET 2009
On Tue, Nov 24, 2009 at 01:53:50PM +0100, git version control wrote:
> vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | [...]
[...]
> #ifdef HAVE_CONFIG_H
> # include "config.h"
> +#else
> +# define N_(str) (str)
> #endif
I rather think that config.h should `just exist' and that if it doesn't
then make could generate either a real one or a minimal replacement.
More information about the vlc-devel
mailing list