summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 20:05:54 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 20:05:54 +0000
commit4926bfdabbc886caf248b6f88e53b2ea0141d0b1 (patch)
treee55e6cb56d93afd99bb3fd07b3da6e5d7a60c03a /mencoder.c
parent33790e6770763f24e69f7185a3f022de7dec9514 (diff)
downloadmpv-4926bfdabbc886caf248b6f88e53b2ea0141d0b1.tar.bz2
mpv-4926bfdabbc886caf248b6f88e53b2ea0141d0b1.tar.xz
10l on cygwin WIN32 gets defined in config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 25b1d7297c..a41eaafda0 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -20,6 +20,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include "config.h"
+
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
@@ -29,7 +31,6 @@
#include <sys/time.h>
-#include "config.h"
#include "version.h"
#include "mp_msg.h"