[MPlayer-cvslog] r35680 - trunk/help/help_create.sh

ib subversion at mplayerhq.hu
Fri Dec 14 18:15:46 CET 2012


Author: ib
Date: Fri Dec 14 18:15:46 2012
New Revision: 35680

Log:
Include config.h in generated help messages file.

There are some #ifdef directives in it.

Modified:
   trunk/help/help_create.sh

Modified: trunk/help/help_create.sh
==============================================================================
--- trunk/help/help_create.sh	Fri Dec 14 03:16:36 2012	(r35679)
+++ trunk/help/help_create.sh	Fri Dec 14 18:15:46 2012	(r35680)
@@ -40,6 +40,8 @@ cat <<EOF > "$TARGET"
 #ifndef MPLAYER_HELP_MP_H
 #define MPLAYER_HELP_MP_H
 
+#include "config.h"
+
 EOF
 
 cat "$TRANSLATION" >> "$TARGET"


More information about the MPlayer-cvslog mailing list