comparison dvdnav_internal.h @ 405:0d2d897a6558 src

logs belong to stderr, not stdout; patch by John Stebbins
author nicodvb
date Tue, 01 Jun 2010 10:02:38 +0000
parents 3776e1559236
children 8c87207b73ac
comparison
equal deleted inserted replaced
404:d16ee5945580 405:0d2d897a6558
58 #include <pthread.h> 58 #include <pthread.h>
59 59
60 #endif /* WIN32 */ 60 #endif /* WIN32 */
61 61
62 /* where should libdvdnav write its messages (stdout/stderr) */ 62 /* where should libdvdnav write its messages (stdout/stderr) */
63 #define MSG_OUT stdout 63 #define MSG_OUT stderr
64 64
65 /* Maximum length of an error string */ 65 /* Maximum length of an error string */
66 #define MAX_ERR_LEN 255 66 #define MAX_ERR_LEN 255
67 67
68 /* Use the POSIX PATH_MAX if available */ 68 /* Use the POSIX PATH_MAX if available */