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: Change some obsoleted headers pathes Author: Dmitry Butskoy <[email protected]> Date: Thu Feb 3 15:27:57 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> console/v4l-conf.c | 2 +- x11/xt.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=20f4659f62e0ce5f02caa84740af543a3292216c diff --git a/console/v4l-conf.c b/console/v4l-conf.c index 244d651..5245bab 100644 --- a/console/v4l-conf.c +++ b/console/v4l-conf.c @@ -31,7 +31,7 @@ # include <X11/Xlib.h> # include <X11/Xutil.h> # ifdef HAVE_LIBXXF86DGA -# include <X11/extensions/xf86dga.h> +# include <X11/extensions/Xxf86dga.h> # endif #endif diff --git a/x11/xt.h b/x11/xt.h index efc8cd0..e32c166 100644 --- a/x11/xt.h +++ b/x11/xt.h @@ -1,12 +1,12 @@ #include <X11/Xlib.h> #include <X11/Xmd.h> #ifdef HAVE_LIBXXF86DGA -# include <X11/extensions/xf86dga.h> -# include <X11/extensions/xf86dgastr.h> +# include <X11/extensions/Xxf86dga.h> +# include <X11/extensions/xf86dgaproto.h> #endif #ifdef HAVE_LIBXXF86VM # include <X11/extensions/xf86vmode.h> -# include <X11/extensions/xf86vmstr.h> +# include <X11/extensions/xf86vmproto.h> #endif #ifdef HAVE_LIBXINERAMA # include <X11/extensions/Xinerama.h> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
