1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/vbidecode/files/patch-aa
Roger Hardiman 37df4c349d initial import of vbidecode.
A program to read /dev/vbi0 and extract various data including
Videotext/Teletext as .vtx files, Intercast data and VPS signals.
1999-06-07 22:10:33 +00:00

21 lines
387 B
Plaintext

*** vbidecode.cc.orig Mon Jun 7 17:12:04 1999
--- vbidecode.cc Mon Jun 7 17:12:20 1999
*************** TODO:
*** 52,58 ****
#include <sys/stat.h>
#include "tables.h"
! #include "../../driver/bttv.h"
int verbosity=0;
--- 52,59 ----
#include <sys/stat.h>
#include "tables.h"
! /* #include "../../driver/bttv.h" */
! #define VBI_MAXLINES 16
int verbosity=0;