summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 6844c3c2b5..f65e768a1b 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -27,7 +27,9 @@
#include "config.h"
#ifdef __MINGW32__
+#define SIGHUP 1
#define SIGQUIT 3
+#define SIGPIPE 13
#endif
#ifdef WIN32
#include <windows.h>