Mercurial > mplayer.hg
changeset 10981:c312dafb528f
mingw port
author | faust3 |
---|---|
date | Thu, 02 Oct 2003 15:01:51 +0000 |
parents | e687fa1d55c6 |
children | 285e298968de |
files | libvo/vosub_vidix.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vosub_vidix.c Thu Oct 02 14:48:17 2003 +0000 +++ b/libvo/vosub_vidix.c Thu Oct 02 15:01:51 2003 +0000 @@ -12,10 +12,12 @@ */ #include <inttypes.h> -#include <sys/ioctl.h> #include <unistd.h> #include <fcntl.h> +#ifndef __MINGW32__ +#include <sys/ioctl.h> #include <sys/mman.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h>