Mercurial > mplayer.hg
comparison mencoder.c @ 9772:6586ec1f6ee4
MINGW32 port
author | faust3 |
---|---|
date | Mon, 31 Mar 2003 17:32:46 +0000 |
parents | 27fff718ede6 |
children | 09d630a4f991 |
comparison
equal
deleted
inserted
replaced
9771:25614fe4ed1a | 9772:6586ec1f6ee4 |
---|---|
17 | 17 |
18 #include <stdio.h> | 18 #include <stdio.h> |
19 #include <stdlib.h> | 19 #include <stdlib.h> |
20 #include <string.h> | 20 #include <string.h> |
21 #include <signal.h> | 21 #include <signal.h> |
22 #ifdef __MINGW32__ | |
23 #define SIGQUIT 3 | |
24 #endif | |
22 #include <sys/time.h> | 25 #include <sys/time.h> |
23 | 26 |
24 #include "config.h" | 27 #include "config.h" |
25 | 28 |
26 #include "version.h" | 29 #include "version.h" |