From owner-freebsd-multimedia Thu Jan 13 5: 5:55 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.cybercable.tm.fr (mail.cybercable.tm.fr [195.132.0.194]) by hub.freebsd.org (Postfix) with SMTP id 325E914A08 for ; Thu, 13 Jan 2000 05:05:51 -0800 (PST) (envelope-from dbera@cybercable.tm.fr) Received: (qmail 6692988 invoked by uid 502); 13 Jan 2000 13:07:43 -0000 Received: from r22m148.cybercable.tm.fr (HELO cybercable.tm.fr) (195.132.22.148) by mail.cybercable.tm.fr with SMTP; 13 Jan 2000 13:07:43 -0000 Message-ID: <387DCD70.710410E0@cybercable.tm.fr> Date: Thu, 13 Jan 2000 14:04:48 +0100 From: David Berard X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: fxtv, support for french channel frequency Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I modify fxtv source code, for supporting the new french channel frequency define in the bktr driver version 2.07. Is it possible to include it in fxtv Randall ? Bye. David Berard -- diff -c fxtv-1.02/tvcapture.c fxtv-1.02.modif/tvcapture.c *** fxtv-1.02/tvcapture.c Sat Oct 16 22:48:29 1999 --- fxtv-1.02.modif/tvcapture.c Thu Jan 13 13:45:07 2000 *************** *** 693,698 **** --- 693,702 ---- case CHNLSET_AUSTRALIA: return "australia"; #endif + #ifdef CHNLSET_FRANCE + case CHNLSET_FRANCE: + return "france"; + #endif default: return NULL; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message