diff options
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; + |