From patchwork Sat Jun 20 17:31:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yufei Yuan X-Patchwork-Id: 31579 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5KHWFwG002997 for ; Sat, 20 Jun 2009 17:32:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754984AbZFTRbi (ORCPT ); Sat, 20 Jun 2009 13:31:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755645AbZFTRbi (ORCPT ); Sat, 20 Jun 2009 13:31:38 -0400 Received: from mail-yx0-f203.google.com ([209.85.210.203]:51797 "EHLO mail-yx0-f203.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754926AbZFTRbh (ORCPT ); Sat, 20 Jun 2009 13:31:37 -0400 Received: by yxe41 with SMTP id 41so23935yxe.33 for ; Sat, 20 Jun 2009 10:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=vZYGFHygml04W+517gpyoSrSiIsqrXOR2yANJNjIGjs=; b=EfIG+Ng0qGrkSf/qH5EYQEqhMlnWlK5iAeCAHAuFmUzpK2EXAym248HqevdVD+VOIZ ydWCoU3VSnOO+DTA9NH66FRwrlnimB+tI1N8G+P3PnLoIFoJRHNNl7tsTK/qpvmQx1Wy APJiyexruzB8Ez/xz/pjEHrLD7Q4M1qzLVi+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=sg2zQCo+vtciGVT01mnMJS2k39J/iWWAgMPNx/9s294FntL/mUQuUh0yX69TnAzg/u BbJQqVgXA8uJbSeY0b3SwuDU5JDbiwBwrEvM9azM0Y6uCdj8kGNom5Z/9uf71oSk7GeX 2fPf/PaVQNWYH/jNCOMEdocJD/E0460rg1XUg= Received: by 10.90.29.13 with SMTP id c13mr2157867agc.115.1245519100075; Sat, 20 Jun 2009 10:31:40 -0700 (PDT) Received: from ?192.168.0.106? (cpe-70-124-70-245.austin.res.rr.com [70.124.70.245]) by mx.google.com with ESMTPS id 6sm4662505agd.72.2009.06.20.10.31.38 (version=SSLv3 cipher=RC4-MD5); Sat, 20 Jun 2009 10:31:39 -0700 (PDT) Subject: Re: [Patch] dvb-apps: code cleanup and bug fix. From: Yufei Yuan Reply-To: yfyuan@gmail.com To: Manu Abraham Cc: Linux Media Mailing List In-Reply-To: <1245518159.15347.38.camel@core2duo.localdomain> References: <1a297b360906180132l49aa7be4j8a1e238aa9bac65@mail.gmail.com> <1a297b360906180148lefc2d8fp972647ad0df64320@mail.gmail.com> <1a297b360906200030y1322de83j296ced63e713ef66@mail.gmail.com> <1245518159.15347.38.camel@core2duo.localdomain> Organization: Illegally Blind Date: Sat, 20 Jun 2009 12:31:38 -0500 Message-Id: <1245519098.15347.40.camel@core2duo.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The Makefile part of the last patch was not correct. Please use this one, sorry. 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 > --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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