comparison dvdnav_internal.h @ 285:52877d182e96 src

moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess
author nicodvb
date Fri, 20 Apr 2007 23:24:59 +0000
parents 77e472cef5f8
children ce4230602517
comparison
equal deleted inserted replaced
284:a5f395f352c9 285:52877d182e96
62 #else 62 #else
63 63
64 #include <pthread.h> 64 #include <pthread.h>
65 65
66 #endif /* WIN32 */ 66 #endif /* WIN32 */
67
68 /* Uncomment for VM command tracing */
69 /* #define TRACE */
70
71 #include "decoder.h"
72 #include "dvdnav.h"
73 #include "vm.h"
74 #include "vmcmd.h"
75 67
76 /* where should libdvdnav write its messages (stdout/stderr) */ 68 /* where should libdvdnav write its messages (stdout/stderr) */
77 #define MSG_OUT stdout 69 #define MSG_OUT stdout
78 70
79 /* Maximum length of an error string */ 71 /* Maximum length of an error string */