Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 1997 22:32:38 -0700
From:      Steve Passe <smp@csn.net>
To:        Randall Hopper <rhh@ct.picker.com>
Cc:        multimedia@freebsd.org
Subject:   Re: FXTV v0.3 available 
Message-ID:  <199703210532.WAA14607@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Thu, 20 Mar 1997 22:28:42 EST." <19970320222842.13949@ct.picker.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703210532.WAA14607>