# HG changeset patch # User ib # Date 1355505346 0 # Node ID be4dcfb3620cd2c10b3fe8cc11563c521f562f84 # Parent 7d8f561558fc17e7b9571d51df0d100987dee63d Include config.h in generated help messages file. There are some #ifdef directives in it. diff -r 7d8f561558fc -r be4dcfb3620c help/help_create.sh --- a/help/help_create.sh Fri Dec 14 02:16:36 2012 +0000 +++ b/help/help_create.sh Fri Dec 14 17:15:46 2012 +0000 @@ -40,6 +40,8 @@ #ifndef MPLAYER_HELP_MP_H #define MPLAYER_HELP_MP_H +#include "config.h" + EOF cat "$TRANSLATION" >> "$TARGET"