Mercurial > mplayer.hg
changeset 9772:6586ec1f6ee4
MINGW32 port
author | faust3 |
---|---|
date | Mon, 31 Mar 2003 17:32:46 +0000 |
parents | 25614fe4ed1a |
children | 8da533b7e3f0 |
files | mencoder.c mixer.c vobsub.c |
diffstat | 3 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Mon Mar 31 17:08:16 2003 +0000 +++ b/mencoder.c Mon Mar 31 17:32:46 2003 +0000 @@ -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"