summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-18 20:32:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-18 20:32:09 +0000
commita093da7e40363951a5bfc3e612a176a9c420275a (patch)
tree70b111c8382a6157086209b748dfcae4629c7b52 /mplayer.c
parent3c6fb12ef1db6f56cf65202205c13078e74742e6 (diff)
downloadmpv-a093da7e40363951a5bfc3e612a176a9c420275a.tar.bz2
mpv-a093da7e40363951a5bfc3e612a176a9c420275a.tar.xz
more messages for translator :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index cc8eb35925..56f6f94f21 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -20,8 +20,12 @@
#include "version.h"
#include "config.h"
+
#include "mp_msg.h"
+#define HELP_MP_DEFINE_STATIC
+#include "help_mp.h"
+
#include "cfgparser.h"
#include "cfg-mplayer-def.h"
@@ -61,8 +65,6 @@
#include "lirc_mp.h"
#endif
-#include "help_mp.h"
-
#define DEBUG if(0)
#ifdef HAVE_GUI