The Makefile part of the last patch was not correct. Please use this one, sorry. --- dvb-apps/util/scan/Makefile 2009-06-20 12:28:52.544986677 -0500 +++ dvb-apps_local/util/scan/Makefile 2009-06-20 12:27:08.597924784 -0500 @@ -14,7 +14,7 @@ inst_bin = $(binaries) removing = atsc_psip_section.c atsc_psip_section.h -CPPFLAGS += -DDATADIR=\"$(prefix)/share\" +CPPFLAGS += -Wno-packed-bitfield-compat -D__KERNEL_STRICT_NAMES -DDATADIR=\"$(prefix)/share\" .PHONY: all On Sat, 2009-06-20 at 12:16 -0500, Yufei Yuan wrote: > This patch is against dvb-apps 1281. Following is what has been done: > > 1. atsc_epg bug fix: when ETM message gets longer than 256 characters, the last > character was chopped, due to incorrect calling to snprintf(). > 2. atsc_epg code cleanup: > - white space added after keywords; > - hard wrap around column 80 removed; > - one-line conditional statement now w/o brackets. > 3. scan Makefile workaround for building in gcc4.4/kernel 2.6.30 was not picked up in 1279, include again. > > Regards, > > Signed-off-by: Yufei Yuan <yfyuan@xxxxxxxxx> > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html