Mercurial > libdvdnav.hg
comparison read_cache.c @ 230:065a2835ba90 src
Patch to compile with mingw32 from: -
Gildas Bazin <gbazin AT altern.org>
author | jcdutton |
---|---|
date | Sat, 31 Jan 2004 13:27:40 +0000 |
parents | 9b1b740e3fc9 |
children | f794e1c17947 |
comparison
equal
deleted
inserted
replaced
229:8b5edf44e384 | 230:065a2835ba90 |
---|---|
29 #ifdef HAVE_CONFIG_H | 29 #ifdef HAVE_CONFIG_H |
30 #include "config.h" | 30 #include "config.h" |
31 #endif | 31 #endif |
32 | 32 |
33 #include "dvdnav.h" | 33 #include "dvdnav.h" |
34 #include "dvdnav_internal.h" | |
34 #include "read_cache.h" | 35 #include "read_cache.h" |
35 #include <pthread.h> | |
36 #include <sys/time.h> | 36 #include <sys/time.h> |
37 #include <time.h> | 37 #include <time.h> |
38 | 38 |
39 #define READ_CACHE_CHUNKS 10 | 39 #define READ_CACHE_CHUNKS 10 |
40 | 40 |