OSDN Git Service

x264 bump from r1471 to r1510 (current git head)
[handbrake-jp/handbrake-jp-git.git] / contrib / libdvdnav / A00-log-stderr.patch
1 diff -Naur libdvdnav.orig/src/dvdnav_internal.h libdvdnav/src/dvdnav_internal.h
2 --- libdvdnav.orig/src/dvdnav_internal.h        2008-10-03 13:11:43.000000000 -0700
3 +++ libdvdnav/src/dvdnav_internal.h     2009-04-24 14:23:04.000000000 -0700
4 @@ -60,7 +60,7 @@
5  #endif /* WIN32 */
6  
7  /* where should libdvdnav write its messages (stdout/stderr) */
8 -#define MSG_OUT stdout
9 +#define MSG_OUT stderr
10  
11  /* Maximum length of an error string */
12  #define MAX_ERR_LEN 255