From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 12 19:15:38 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE88106564A; Sun, 12 Feb 2012 19:15:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 290858FC15; Sun, 12 Feb 2012 19:15:37 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.208.111] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 238466081; Sun, 12 Feb 2012 20:05:33 +0100 From: Hans Petter Selasky To: Gregor Jasny Date: Sun, 12 Feb 2012 20:03:39 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <4F32E19A.4050208@googlemail.com> <4F3628F4.4000303@freebsd.org> <4F380CD9.8030308@googlemail.com> In-Reply-To: <4F380CD9.8030308@googlemail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202122003.39874.hselasky@c2i.net> Cc: multimedia@freebsd.org Subject: Re: v4l_compat lacks V4L2_PIX_FMT_JL2005BCD (and others) 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, 12 Feb 2012 19:15:38 -0000 On Sunday 12 February 2012 20:02:49 Gregor Jasny wrote: > On 2/11/12 9:38 AM, Julian Elischer wrote: > > On 2/8/12 12:56 PM, Gregor Jasny wrote: > >> I'm Gregor the co-maintainer of v4l-utils. Currently I'm trying to > >> tackle (k)FreeBSD compilation problems of it's development branch. > >> http://git.linuxtv.org/v4l-utils.git > >> > >> I noticed that the current version of v4l_compat lacks the define for at > >> least V4L2_PIX_FMT_JL2005BCD. On Linux we use an internal copy of the > >> V4L and DVB headers (see include/linux). Unfortunately these won't work > >> out of the box on FreeBSD. > >> > >> Could you please update v4l_compat to match the latest Linux version? > > > > send me the file and where you want it put.. :-) > > I prepared an updated v4l_compat archive based on Linux 3.3-rc3 (diff > attached). You can download the tarball here: > > http://alioth.debian.org/~gjasny-guest/v4l_compat-3.3-rc3.tar.gz > > Would it be possible to push this into FreeBSD 9 ports tree? Hi, Looks good, though it should be compile tested with some existing V4L applications first, like VLC, mplayer, pwcview ... --HPS