comparison dvdnav_internal.h.in @ 136:5897ff629f7c src

reorganize mutual header inclusion to fix warnings when compiling with TRACE defined fix vm_jump_title_part to use correct title number (up to now the number was considered to be VTS-relative, which it is not)
author mroi
date Thu, 27 Mar 2003 15:12:26 +0000
parents f22458f928b8
children 90b1f6f0520e
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
26 26
27 #ifdef HAVE_CONFIG_H 27 #ifdef HAVE_CONFIG_H
28 #include "config.h" 28 #include "config.h"
29 #endif 29 #endif
30 30
31 #include "dvdnav.h"
32 #include "vm.h"
33
34 #include <stdlib.h> 31 #include <stdlib.h>
35 #include <stdio.h> 32 #include <stdio.h>
36 #include <unistd.h> 33 #include <unistd.h>
37 #include <limits.h> 34 #include <limits.h>
38 #include <string.h> 35 #include <string.h>
42 39
43 #include <dvdread/dvd_reader.h> 40 #include <dvdread/dvd_reader.h>
44 #include <dvdread/ifo_read.h> 41 #include <dvdread/ifo_read.h>
45 #include <dvdread/ifo_types.h> 42 #include <dvdread/ifo_types.h>
46 43
47
48 /* Uncomment for VM command tracing */ 44 /* Uncomment for VM command tracing */
49 /* #define TRACE */ 45 /* #define TRACE */
46
47 #include "decoder.h"
48 #include "dvdnav.h"
49 #include "vm.h"
50 #include "vmcmd.h"
50 51
51 /* where should libdvdnav write its messages (stdout/stderr) */ 52 /* where should libdvdnav write its messages (stdout/stderr) */
52 #define MSG_OUT stdout 53 #define MSG_OUT stdout
53 54
54 /* Maximum length of an error string */ 55 /* Maximum length of an error string */