summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-31 17:32:46 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-31 17:32:46 +0000
commita66cc2294819bbfa8da9dad8df45e44037c45c4a (patch)
tree1bbe7602eb97ddaa9c70dfbc210a879f72f146c8 /mencoder.c
parent5d1765ffc70dd0d4e618b3791e7bab3456fcf552 (diff)
downloadmpv-a66cc2294819bbfa8da9dad8df45e44037c45c4a.tar.bz2
mpv-a66cc2294819bbfa8da9dad8df45e44037c45c4a.tar.xz
MINGW32 port
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9773 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 60de98c1f3..5965e21635 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -19,6 +19,9 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#ifdef __MINGW32__
+#define SIGQUIT 3
+#endif
#include <sys/time.h>
#include "config.h"