This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: avoid usage of "bool" Author: Dmitry Butskoy <[email protected]> Date: Thu Feb 3 15:28:38 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> libng/grab-ng.h | 1 - x11/blit.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=d827daf00e6c62dafb8518491235f1b777befd57 diff --git a/libng/grab-ng.h b/libng/grab-ng.h index a6a0587..783c4a3 100644 --- a/libng/grab-ng.h +++ b/libng/grab-ng.h @@ -25,7 +25,6 @@ extern char ng_v4l_conf[256]; #if __STDC_VERSION__ < 199901 # define restrict -# define bool int #endif #define UNSET (-1U) diff --git a/x11/blit.c b/x11/blit.c index 6368613..5a50e2d 100644 --- a/x11/blit.c +++ b/x11/blit.c @@ -40,7 +40,7 @@ unsigned int x11_dpy_fmtid; static int display_bits = 0; static unsigned int display_bytes = 0; static unsigned int pixmap_bytes = 0; -static bool x11_byteswap = 0; +static int x11_byteswap = 0; static int no_mitshm = 0; static int gl_error = 0; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
