comparison loader/dshow/DS_VideoDecoder.c @ 9978:11cee15b1a8f

last mingw32 support patch by Sascha Sommer
author alex
date Thu, 24 Apr 2003 18:48:30 +0000
parents b0d1b415320c
children 3bf0d70b4c7f
comparison
equal deleted inserted replaced
9977:16cacec38fc7 9978:11cee15b1a8f
47 47
48 #include <unistd.h> 48 #include <unistd.h>
49 #include <fcntl.h> 49 #include <fcntl.h>
50 #include <errno.h> 50 #include <errno.h>
51 #include <sys/types.h> 51 #include <sys/types.h>
52 #ifndef __MINGW32__
52 #include <sys/mman.h> 53 #include <sys/mman.h>
54 #endif
53 #include <stdio.h> 55 #include <stdio.h>
54 #include <stdlib.h> // labs 56 #include <stdlib.h> // labs
55 57
56 // strcmp((const char*)info.dll,...) is used instead of (... == ...) 58 // strcmp((const char*)info.dll,...) is used instead of (... == ...)
57 // so Arpi could use char* pointer in his simplified DS_VideoDecoder class 59 // so Arpi could use char* pointer in his simplified DS_VideoDecoder class