Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 14:04:48 +0100
From:      David Berard <dbera@cybercable.tm.fr>
To:        freebsd-multimedia@freebsd.org
Subject:   fxtv, support for french channel frequency
Message-ID:  <387DCD70.710410E0@cybercable.tm.fr>

next in thread | raw e-mail | index | archive | help

	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?387DCD70.710410E0>