From owner-freebsd-multimedia Thu Mar 20 21:33:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA27397 for multimedia-outgoing; Thu, 20 Mar 1997 21:33:24 -0800 (PST) Received: from Ilsa.StevesCafe.com (sc-gw.StevesCafe.com [205.168.119.191]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA27381 for ; Thu, 20 Mar 1997 21:33:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.7.5/8.6.12) with SMTP id WAA14607; Thu, 20 Mar 1997 22:32:38 -0700 (MST) Message-Id: <199703210532.WAA14607@Ilsa.StevesCafe.com> X-Authentication-Warning: Ilsa.StevesCafe.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: Randall Hopper cc: multimedia@freebsd.org Subject: Re: FXTV v0.3 available In-reply-to: Your message of "Thu, 20 Mar 1997 22:28:42 EST." <19970320222842.13949@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Mar 1997 22:32:38 -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, just grabbed and built the fxtv, nice job, especially the color controls! one problem with it and the latest driver code: in tvcapture.c you will get: cc -m486 -g -I/usr/X11R6/include -DVERS_STR=\"0.03\" -c tvcapture.c tvcapture.c: In function `TVCAPTURESetTunerMode': tvcapture.c:404: `TUNERTYPE_NABCST' undeclared (first use this function) tvcapture.c:404: (Each undeclared identifier is reported only once tvcapture.c:404: for each function it appears in.) tvcapture.c:405: `TUNERTYPE_CABLEIRC' undeclared (first use this function) tvcapture.c: In function `TVCAPTUREQueryDriverState': tvcapture.c:573: `TUNERTYPE_NABCST' undeclared (first use this function) tvcapture.c:575: `TUNERTYPE_CABLEIRC' undeclared (first use this function) change all TUNERTYPE_xxx to CHNLSET_xxx. I changed the names to better reflect their function. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD