From owner-freebsd-multimedia@FreeBSD.ORG Sat Nov 1 16:21:45 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7799E1065675 for ; Sat, 1 Nov 2008 16:21:45 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id CE1088FC19 for ; Sat, 1 Nov 2008 16:21:44 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 01 Nov 2008 16:21:42 -0000 Received: from 85-127-86-101.dynamic.xdsl-line.inode.at (EHLO taxman.pepperland) [85.127.86.101] by mail.gmx.net (mp058) with SMTP; 01 Nov 2008 17:21:42 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX18iqahPbUkiAQl7w6HsKrYudQ8fdnQ+34lj2bTP1v J/RwPUOEqA5FAj From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Sat, 1 Nov 2008 17:21:35 +0100 User-Agent: KMail/1.10.1 (FreeBSD/7.1-PRERELEASE; KDE/4.1.2; i386; ; ) References: <490B64FC.60608@FreeBSD.org> <1225537327.6398.12.camel@main.lerwick.hopto.org> <1225541231.6398.16.camel@main.lerwick.hopto.org> In-Reply-To: <1225541231.6398.16.camel@main.lerwick.hopto.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811011721.40513.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 Cc: Craig Butler , grog@freebsd.org, FreeBSD Ports ML , freebsd-multimedia@freebsd.org Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2008 16:21:45 -0000 On Saturday 01 November 2008 13:07:11 Craig Butler wrote: > > ../../../../../../../local/include/libavcodec/avcodec.h:2353: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > ../../../../../../../local/include/libavcodec/avcodec.h:2363: warning: > > 'ImgReSampleContext' is deprecated (declared > > at ../../../../../../../local/include/libavcodec/avcodec.h:2347) > > audiooutputbase.cpp: In member function 'virtual void > > AudioOutputBase::Reconfigure(int, int, int, bool, void*)': > > audiooutputbase.cpp:360: error: 'codec_id_string' was not declared in > > this scope > > *** Error code 1 > > It seems to be referencing /usr/local/include/libavcodec/avcodec.h > instead of the one that is in mythtv/work/mythtv*/include. I have > copied that file temporarily into /usr/local/include/libavcodec and the > build has progressed a bit further.... in fact its still compiling as I > type this. A fix for this was posted in the "CFT: MythTV Fixes" thread at the end of September. (Just in case anybody missed it) See http://home.bluelife.at/ports/mythtv-cft-240908.tar.gz for the port. This was for the old version but the fix might be still applicable. -- Stefan