diff mencoder.c @ 16049:0ccf19820216

define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer
author reimar
date Fri, 22 Jul 2005 17:11:39 +0000
parents 433234c2a4aa
children f3a003167683
line wrap: on
line diff
--- a/mencoder.c	Fri Jul 22 12:06:26 2005 +0000
+++ b/mencoder.c	Fri Jul 22 17:11:39 2005 +0000
@@ -27,7 +27,9 @@
 #include "config.h"
 
 #ifdef __MINGW32__
+#define        SIGHUP 1
 #define        SIGQUIT 3
+#define        SIGPIPE 13
 #endif
 #ifdef WIN32
 #include <windows.h>