comparison read_cache.c @ 395:9c5aef10d165 src

Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. This allows getting rid of the DVDNAV_COMPILE define hack and makes it easier to use the library without installing or integrating the source into some other project directly.
author reimar
date Tue, 30 Dec 2008 14:48:46 +0000
parents 0a5a6f03b029
children
comparison
equal deleted inserted replaced
394:0ac6f0d242bc 395:9c5aef10d165
31 #include <inttypes.h> 31 #include <inttypes.h>
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <limits.h> 33 #include <limits.h>
34 #include <sys/time.h> 34 #include <sys/time.h>
35 #include <time.h> 35 #include <time.h>
36 #include "dvd_types.h" 36 #include "dvdnav/dvdnav.h"
37 #include <dvdread/nav_types.h> 37 #include <dvdread/nav_types.h>
38 #include <dvdread/ifo_types.h> 38 #include <dvdread/ifo_types.h>
39 #include "remap.h" 39 #include "remap.h"
40 #include "vm/decoder.h" 40 #include "vm/decoder.h"
41 #include "vm/vm.h" 41 #include "vm/vm.h"
42 #include "dvdnav.h"
43 #include "dvdnav_internal.h" 42 #include "dvdnav_internal.h"
44 #include "read_cache.h" 43 #include "read_cache.h"
45 44
46 #define READ_CACHE_CHUNKS 10 45 #define READ_CACHE_CHUNKS 10
47 46