From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 8 12:36:52 2009 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 841D01065696 for ; Sun, 8 Nov 2009 12:36:52 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0030A8FC24 for ; Sun, 8 Nov 2009 12:36:50 +0000 (UTC) Received: by bwz5 with SMTP id 5so2678964bwz.3 for ; Sun, 08 Nov 2009 04:36:50 -0800 (PST) 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:cc:content-type; bh=u5CGVAYubjQesWmhRLRaZOdo4+2FxwF5KIhniR1Ljuw=; b=Wj45vA7TperuekYzBB3g8/snjKpn6szzjerkLA73l0NR1/tZxg15lvNDS7mk9+cVgX Bizxp2ffqFkYGw7svyvKb82pJN5ee70EmTCHQOTjA+ZAdF64i5one695px1e6WP+tNus 9ko3vEacpSMouABEd3FqxbIrqdcgwRa3fpxWw= 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 :cc:content-type; b=r8UE0YTJuXNRoFQkK7bDyNfQijqpzZKqdAkiOY6YZbGZdOaYF9ng/46h77N6TnlPhD bFzb/eaEsQmOxDvR0kGwQA7amreKeNMGgEktAxa8CKd8z6vfVjKYekgHRPNCX26+hxiO o3M7F5C4vXY5KrkHzZWvirc9le1GsdnoBQZUE= MIME-Version: 1.0 Received: by 10.204.155.80 with SMTP id r16mr2277280bkw.133.1257683809594; Sun, 08 Nov 2009 04:36:49 -0800 (PST) In-Reply-To: References: <20091107233658.bb970c84.torfinn.ingolfsen@broadpark.no> Date: Sun, 8 Nov 2009 13:36:49 +0100 Message-ID: From: usleepless@gmail.com To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: MythTV 0.22 is out 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: Sun, 08 Nov 2009 12:36:52 -0000 On Sun, Nov 8, 2009 at 11:18 AM, wrote: > Hi Torfinn and MM-enthousiasts, > > On Sat, Nov 7, 2009 at 11:36 PM, Torfinn Ingolfsen < > torfinn.ingolfsen@broadpark.no> wrote: > >> FYI, >> >> MythTV[1] 0.22 is out. >> Just in case anyone has an urge to port it... >> >> Thanks for the headsup. > > Configure needs at least this: > > ./configure --disable-dvb --prefix=/usr/local > --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib > > I am building now to see if there are any compile-errors. This configure > has ivtv-disabled ( so no support for hauppage/pvrxxx ). But if this run > compiles without errors, i will try to get it to build with ivtv/pvrxxx > support. > > First builderror: build picks up headers from /usr/local/include/libavutil. It shouldn't. Move that directory out of the way if it is a problem in compiling libavcodec. audiooutputbase.cpp audiooutputdigitalencoder.cpp: hack configure to remove itvtv disabledment from freebsd section > kind regards, > > usleep > > > >> References: >> 1) http://www.mythtv.org/ >> -- >> Torfinn >> >> _______________________________________________ >> freebsd-multimedia@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >> To unsubscribe, send any mail to " >> freebsd-multimedia-unsubscribe@freebsd.org" >> > >