This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libdvbv5: generate the correct include in dvb-v5.c Author: Hans Verkuil <[email protected]> Date: Mon May 26 08:39:35 2014 +0200 When dvb-v5.c is generated the #include line is incorrect: instead of including <libdvbv5/dvb-v5.h> it should include "dvb-v5.h". Fixed. An earlier patch patches the dvb-v5.c source, but since that is regenerated by 'make sync-with-kernel' I had to change it in the code that generates the source instead. Signed-off-by: Hans Verkuil <[email protected]> lib/libdvbv5/gen_dvb_structs.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=cfd6efcb9097e1f34070bb603ab7e1816bf24320 diff --git a/lib/libdvbv5/gen_dvb_structs.pl b/lib/libdvbv5/gen_dvb_structs.pl index df69700..dca6b9b 100755 --- a/lib/libdvbv5/gen_dvb_structs.pl +++ b/lib/libdvbv5/gen_dvb_structs.pl @@ -510,7 +510,7 @@ print OUT <<EOF; */ #include <stddef.h> -#include <libdvbv5/dvb-v5.h> +#include "dvb-v5.h" EOF output_arrays ("fe_caps_name", \%fe_caps, "unsigned", 1, 0); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
