Add libzvbi
Patches and build-mess based on VLC contrib: https://github.com/videolan/vlc/tree/master/contrib/src/zvbi
This commit is contained in:
parent
7d28936b71
commit
69c3786546
6 changed files with 316 additions and 0 deletions
19
patches/zvbi/0001-ioctl.patch
Normal file
19
patches/zvbi/0001-ioctl.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
diff -ru zvbi.orig/contrib/ntsc-cc.c zvbi/contrib/ntsc-cc.c
|
||||
--- zvbi.orig/contrib/ntsc-cc.c 2011-11-06 11:22:47.000000000 +0200
|
||||
+++ zvbi/contrib/ntsc-cc.c 2011-11-06 11:29:04.000000000 +0200
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <locale.h>
|
||||
-#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef HAVE_GETOPT_LONG
|
||||
@@ -44,6 +43,7 @@
|
||||
#include "src/libzvbi.h"
|
||||
|
||||
#ifdef ENABLE_V4L2
|
||||
+# include <sys/ioctl.h>
|
||||
# include <asm/types.h>
|
||||
# include "src/videodev2k.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue