From owner-cvs-ports Tue Oct 14 04:03:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09515 for cvs-ports-outgoing; Tue, 14 Oct 1997 04:03:47 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-21.ix.netcom.com [204.31.231.117]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09479; Tue, 14 Oct 1997 04:03:04 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id EAA06609; Tue, 14 Oct 1997 04:03:02 -0700 (PDT) Date: Tue, 14 Oct 1997 04:03:02 -0700 (PDT) Message-Id: <199710141103.EAA06609@silvia.HIP.Berkeley.EDU> To: markm@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199710112039.NAA24803@freefall.freebsd.org> (message from Mark Murray on Sat, 11 Oct 1997 13:39:20 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/fxtv Makefile ports/graphics/fxtv/files md5 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Update to version 0.45. : * Hope you have fun with it, and let me know if you have any problems. Thanks, but doesn't build on 2.2. Satoshi ------- : cc -m486 -I/usr/X11R6/include -I/usr/local/include -DVERS_STR=\"0.45\" -c tvcapture.c tvcapture.c: In function `TVCAPTURESetInputFormat': tvcapture.c:387: `BT848_IFORM_F_NTSCM' undeclared (first use this function) tvcapture.c:387: (Each undeclared identifier is reported only once tvcapture.c:387: for each function it appears in.) tvcapture.c:388: `BT848_IFORM_F_NTSCJ' undeclared (first use this function) tvcapture.c:389: `BT848_IFORM_F_PALBDGHI' undeclared (first use this function) tvcapture.c:390: `BT848_IFORM_F_PALM' undeclared (first use this function) tvcapture.c:391: `BT848_IFORM_F_PALN' undeclared (first use this function) tvcapture.c:392: `BT848_IFORM_F_SECAM' undeclared (first use this function) tvcapture.c:393: `BT848_IFORM_F_RSVD' undeclared (first use this function) tvcapture.c:400: `BT848SFMT' undeclared (first use this function) tvcapture.c: In function `TVCAPTURESetTunerFreqSet': tvcapture.c:531: `CHNLSET_JPNCABLE' undeclared (first use this function) :