comparison highlight.c @ 118:48ba92648842 src

current versions of libdvdread use a nav_types.h we cannot use any more, because the structures differ from what is actually on the disc -> provide a private copy
author mroi
date Thu, 06 Mar 2003 22:43:52 +0000
parents 816d82ff7eed
children bd8601b74c3d
comparison
equal deleted inserted replaced
117:816d82ff7eed 118:48ba92648842
28 #include <assert.h> 28 #include <assert.h>
29 29
30 #include "dvdnav_internal.h" 30 #include "dvdnav_internal.h"
31 31
32 #include "vm.h" 32 #include "vm.h"
33 #include <dvdread/nav_types.h> 33 #include "nav_types.h"
34 34
35 /* 35 /*
36 #define BUTTON_TESTING 36 #define BUTTON_TESTING
37 */ 37 */
38 38