comparison dvdnav.h @ 169:90b1f6f0520e src

Modified libdvdnav to do without libdvdread. Use internal ifo tools.
author jcdutton
date Sun, 27 Apr 2003 01:26:18 +0000
parents 58c914a3ccbd
children c575bd95911d
comparison
equal deleted inserted replaced
168:330ef38ad968 169:90b1f6f0520e
34 #endif 34 #endif
35 35
36 #ifdef DVDNAV_COMPILE 36 #ifdef DVDNAV_COMPILE
37 # include "dvdnav_events.h" 37 # include "dvdnav_events.h"
38 # include "dvd_types.h" 38 # include "dvd_types.h"
39 # include "dvd_reader.h"
40 # include "ifo_types.h" /* For vm_cmd_t */
39 #else 41 #else
40 # include <dvdnav/dvdnav_events.h> 42 # include <dvdnav/dvdnav_events.h>
41 # include <dvdnav/dvd_types.h> 43 # include <dvdnav/dvd_types.h>
44 # include <dvdnav/dvd_reader.h>
45 # include <dvdnav/ifo_types.h> /* For vm_cmd_t */
42 #endif 46 #endif
43 47
44 #include <dvdread/dvd_reader.h>
45 #include <dvdread/ifo_types.h> /* For vm_cmd_t */
46 48
47 49
48 /********************************************************************* 50 /*********************************************************************
49 * dvdnav data types * 51 * dvdnav data types *
50 *********************************************************************/ 52 *********************************************************************/