comparison highlight.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 47c4e70d43ae
comparison
equal deleted inserted replaced
394:0ac6f0d242bc 395:9c5aef10d165
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <limits.h> 29 #include <limits.h>
30 #include <string.h> 30 #include <string.h>
31 #include <sys/time.h> 31 #include <sys/time.h>
32 #include <dvdread/nav_types.h> 32 #include <dvdread/nav_types.h>
33 #include "dvd_types.h" 33 #include "dvdnav/dvdnav.h"
34 #include "remap.h" 34 #include "remap.h"
35 #include "vm/decoder.h" 35 #include "vm/decoder.h"
36 #include "vm/vm.h" 36 #include "vm/vm.h"
37 #include "vm/vmcmd.h" 37 #include "vm/vmcmd.h"
38 #include "dvdnav_internal.h" 38 #include "dvdnav_internal.h"
39 #include "dvdnav.h"
40 39
41 /* 40 /*
42 #define BUTTON_TESTING 41 #define BUTTON_TESTING
43 */ 42 */
44 43