From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 2 10:13:16 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 F1E311065674 for ; Tue, 2 Jun 2009 10:13:16 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 89F9B8FC12 for ; Tue, 2 Jun 2009 10:13:16 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=UVsXOa8ue38A:10 a=FbYV3LkVdecA:10 a=xq3W2uTSAAAA:8 a=CmmnO_ybQX2nwmeFLOEA:9 a=4Z_xtSNhr6NCzdaOZR3zREKCMnQA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO [10.36.2.158]) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1255607335; Tue, 02 Jun 2009 12:13:15 +0200 From: Hans Petter Selasky To: Nicolas Date: Tue, 2 Jun 2009 12:17:23 +0200 User-Agent: KMail/1.9.7 References: <4A24F849.80204@wanadoo.fr> In-Reply-To: <4A24F849.80204@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906021217.24357.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: USB webcam++ support for FreeBSD-8-current is soon here 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: Tue, 02 Jun 2009 10:13:17 -0000 On Tuesday 02 June 2009, Nicolas wrote: > Hi Hans, > > I'm really interested in your project. > > Could you tell me how to compile it ? Hi Nicolas, I've updated the SVN repository now. 1) svn up First you need to fetch the latest V4L sources: 2) fetch http://linuxtv.org/hg/~hgoede/libv4l/archive/tip.tar.bz2 Then you extract the tip.tar.bz2 and make a symbolic link from the root directory of where you extracted it to "linux" under "ulinux", so that "ls -l" outputs something like this: > ll linux linux -> /usr/home/hans/v4llib/libv4l-e34f101b80c2/linux 3) make all I'm currently running a mix of 8-current and 7-stable, so there might be more stuff broken. --HPS