comparison vm/vm.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 0ac6f0d242bc
children a70f79850e5f
comparison
equal deleted inserted replaced
394:0ac6f0d242bc 395:9c5aef10d165
38 #include <fcntl.h> 38 #include <fcntl.h>
39 39
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 <dvdread/ifo_read.h> 42 #include <dvdread/ifo_read.h>
43 #include "dvd_types.h" 43 #include "dvdnav/dvdnav.h"
44 44
45 #include "decoder.h" 45 #include "decoder.h"
46 #include "remap.h" 46 #include "remap.h"
47 #include "vm.h" 47 #include "vm.h"
48 #include "dvdnav.h"
49 #include "dvdnav_internal.h" 48 #include "dvdnav_internal.h"
50 49
51 #ifdef _MSC_VER 50 #ifdef _MSC_VER
52 #include <io.h> /* read() */ 51 #include <io.h> /* read() */
53 #endif /* _MSC_VER */ 52 #endif /* _MSC_VER */