comparison vm/vmcmd.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
28 #include <ctype.h> 28 #include <ctype.h>
29 #include <inttypes.h> 29 #include <inttypes.h>
30 #include <limits.h> 30 #include <limits.h>
31 #include <sys/time.h> 31 #include <sys/time.h>
32 32
33 #include "dvd_types.h" 33 #include "dvdnav/dvdnav.h"
34 #include <dvdread/nav_types.h> 34 #include <dvdread/nav_types.h>
35 #include <dvdread/ifo_types.h> 35 #include <dvdread/ifo_types.h>
36 #include "decoder.h" 36 #include "decoder.h"
37 #include "remap.h" 37 #include "remap.h"
38 #include "vm.h" 38 #include "vm.h"
39 #include "vmcmd.h" 39 #include "vmcmd.h"
40 #include "dvdnav.h"
41 #include "dvdnav_internal.h" 40 #include "dvdnav_internal.h"
42 41
43 /* freebsd compatibility */ 42 /* freebsd compatibility */
44 #ifndef PRIu8 43 #ifndef PRIu8
45 #define PRIu8 "d" 44 #define PRIu8 "d"