comparison remap.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 4e34a2fce645
comparison
equal deleted inserted replaced
394:0ac6f0d242bc 395:9c5aef10d165
34 #endif /* _MSC_VER */ 34 #endif /* _MSC_VER */
35 35
36 #include <inttypes.h> 36 #include <inttypes.h>
37 #include <limits.h> 37 #include <limits.h>
38 #include <sys/time.h> 38 #include <sys/time.h>
39 #include "dvd_types.h" 39 #include "dvdnav/dvdnav.h"
40 #include <dvdread/nav_types.h> 40 #include <dvdread/nav_types.h>
41 #include <dvdread/ifo_types.h> 41 #include <dvdread/ifo_types.h>
42 #include "remap.h" 42 #include "remap.h"
43 #include "vm/decoder.h" 43 #include "vm/decoder.h"
44 #include "vm/vm.h" 44 #include "vm/vm.h"
45 #include "dvdnav.h"
46 #include "dvdnav_internal.h" 45 #include "dvdnav_internal.h"
47 46
48 struct block_s { 47 struct block_s {
49 int domain; 48 int domain;
50 int title; 49 int title;