From patchwork Tue Oct 27 16:31:11 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: VDRU VDRU X-Patchwork-Id: 12754 Received: from mail-yx0-f171.google.com ([209.85.210.171]) by mail.linuxtv.org with esmtp (Exim 4.69) (envelope-from ) id 1N2oxW-0000oq-29 for vdr@linuxtv.org; Tue, 27 Oct 2009 17:31:47 +0100 Received: by yxe1 with SMTP id 1so299891yxe.3 for ; Tue, 27 Oct 2009 09:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=UJdsUCAPXqw8ZI3ZXjGH3G+tsATKDHKMx43NmQse/qE=; b=ZhIZZdcI8tNgLeBz8pwb391OLvLiOT5wyhjYweYguWjWkcuMGkRE5owwOwUIbn9V07 K5MrvtYxBeRKHA52CP4HuxEzl0SPXUhvElkOirTT52KIpaIwtYReZxMbfbN2RvckIipP SsEmuJvjjSjODUS1PJdeeigdI7iQ5UzYGvcH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DLRa0h6XdCUPQxpIkkuBjoYNMmBrSpWriXGXN1xbRhUlthJGlyNkaYVcUgXd/9kWSG Lgq4GoNpysRBarn38oO5FirrwO3JnHVvvtDkZZQXC761nDD+BqSdEL+NgQF/8VvWNvyG 1dQGdU0LQd49ZWU4Pa5Xtuy7dFhExPpS8tdYo= MIME-Version: 1.0 Received: by 10.220.123.230 with SMTP id q38mr517921vcr.13.1256661071839; Tue, 27 Oct 2009 09:31:11 -0700 (PDT) In-Reply-To: <4AE71B74.3080909@free.fr> References: <4AE71B74.3080909@free.fr> Date: Tue, 27 Oct 2009 09:31:11 -0700 Message-ID: From: VDR User To: VDR Mailing List X-LSpam-Score: -2.5 (--) X-LSpam-Report: No, score=-2.5 required=5.0 tests=AWL=0.073, BAYES_00=-2.599 autolearn=ham Subject: Re: [vdr] dxr3 plugin compilation error X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 16:31:47 -0000 Status: O X-Status: X-Keywords: X-UID: 21477 On Tue, Oct 27, 2009 at 9:10 AM, Damien Bally wrote: > Hello > > Compilation of dxr3plugin fails (vdr 1.6.0 slackware 13 kernel 2.6.29.6): > > make[1]: Entering directory `/home/vdruser/vdr-1.6.0/PLUGINS/src/dxr3-0.2.9' > g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"dxr3"' > -D_GNU_SOURCE -DMICROCODE=\"/lib/firmware/em8300.bin\" -DUSE_XINE_SCALER > -I../../../include -I/usr/local/include -I/usr/local/include/libavcodec > -I/usr/include dxr3interface.c > In file included from dxr3interface.c:27: > /usr/include/linux/dvb/audio.h:79: error: 'uint16_t' does not name a type > dxr3interface.c: In member function 'void > cDxr3Interface::SetAspectRatio(uint32_t)': > dxr3interface.c:451: warning: unused variable 'wssmode' > make[1]: *** [dxr3interface.o] Error 1 > > I've been googling with that but found nothing. What's wrong ? Try this patch: --- vdr-1.7.5/vdr.c.orig 2009-04-12 11:05:51.000000000 -0700 +++ vdr-1.7.5/vdr.c 2009-04-12 11:07:08.000000000 -0700 @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include