Date: Mon, 6 Sep 1999 23:22:48 -0400 From: Randall Hopper <aa8vb@ipass.net> To: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> Cc: Roger Hardiman <roger@cs.strath.ac.uk>, multimedia@freebsd.org Subject: Re: Fxtv 1.00 - up for grabs Message-ID: <19990906232248.A815@ipass.net> In-Reply-To: <76451.936672928@localhost>; from Jordan K. Hubbard on Mon, Sep 06, 1999 at 07:55:28PM -0700 References: <19990906224204.A718@ipass.net> <76451.936672928@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Jordan K. Hubbard:
|Hmmm, doesn't build for me on 3.2-stable
|
|tvcapture.c: In function `TVCAPTUREGetTunerFreqSetName':
|tvcapture.c:689: `CHNLSET_AUSTRALIA' undeclared (first use this function)
|tvcapture.c:689: (Each undeclared identifier is reported only once
|tvcapture.c:689: for each function it appears in.)
|gmake: *** [tvcapture.o] Error 1
|
|Any ideas?
Hmmm. AUSTRALIA is in Roger's 7/2/99 driver release (not even his latest).
I assumed -stable wouldn't be 2 months behind his latest, and I guess I
shouldn't have.
With -stable's kernel frozen, sounds like a patch to -stable's port is the
best route (attached). Roger, could you add this in when you check in the
port?
Thanks,
Randall
[-- Attachment #2 --]
--- tt/tvcapture.c Mon Sep 6 23:18:54 1999
+++ tvcapture.c Mon Sep 6 23:19:02 1999
@@ -686,8 +686,6 @@
return "jpncable";
case CHNLSET_XUSSR:
return "xussr";
- case CHNLSET_AUSTRALIA:
- return "australia";
default:
return NULL;
}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990906232248.A815>
