diff options
author | André Roth <neolynx@gmail.com> | 2014-03-28 17:42:49 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-28 13:51:46 -0300 |
commit | 04c544dc9dd5ca697dd7c8401fd96ba82f3397a1 (patch) | |
tree | 43cbef34edf7ae37b4aef4fc6d56a2ed1e7b4cb4 /README.libv4l | |
parent | 0a69e467d02dbd9ac7db3d36c00fd4dff8e18285 (diff) |
libdvbv5: shared lib and installing headers
- move headers to subdirectory for correct install location
- fix includes in dvb table and descriptor parsers
- fix compile warnings
Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'README.libv4l')
-rw-r--r-- | README.libv4l | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.libv4l b/README.libv4l index ffe6366a..d101c2c3 100644 --- a/README.libv4l +++ b/README.libv4l @@ -59,6 +59,18 @@ hardware can _really_ do it should use ENUM_FMT, not randomly try a bunch of S_FMT's). For more details on the v4l2_ functions see libv4l2.h . +libdvbv5 +-------- + +This library provides the DVBv5 API to userspace programs. It can be used to +open DVB adapters, tune transponders and read PES and other data streams. +There are as well several parsers for DVB, ATSC, ISBT formats. + +The API is currently EXPERIMENTAL and likely to change. +Run configure with --enable-libdvbv5 in order to build a shared lib and +install the header files. + + wrappers -------- |