diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-07 22:10:33 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-07 22:10:33 +0000 |
commit | 37df4c349d1c774619f92915e73293e17baa942b (patch) | |
tree | 74099c027a0a67c26cff62624b614f596a013c79 /misc/vbidecode/files/patch-aa | |
parent | upgrade to 2.5.0 (diff) |
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.
Diffstat (limited to 'misc/vbidecode/files/patch-aa')
-rw-r--r-- | misc/vbidecode/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/vbidecode/files/patch-aa b/misc/vbidecode/files/patch-aa new file mode 100644 index 000000000000..6816e204e29d --- /dev/null +++ b/misc/vbidecode/files/patch-aa @@ -0,0 +1,20 @@ +*** 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; + |