diff mbox

[18/18] libdvbv5: README updated for shared libdvbv5

Message ID 1388407731-24369-18-git-send-email-neolynx@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

André Roth Dec. 30, 2013, 12:48 p.m. UTC
Signed-off-by: André Roth <neolynx@gmail.com>
---
 README        |  8 ++++----
 README.libv4l | 12 ++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

Comments

Mauro Carvalho Chehab Jan. 7, 2014, 6:12 p.m. UTC | #1
Em Mon, 30 Dec 2013 13:48:51 +0100
André Roth <neolynx@gmail.com> escreveu:

> Signed-off-by: André Roth <neolynx@gmail.com>
> ---
>  README        |  8 ++++----
>  README.libv4l | 12 ++++++++++++
>  2 files changed, 16 insertions(+), 4 deletions(-)
> 
> diff --git a/README b/README
> index 0cccc00..a9f8089 100644
> --- a/README
> +++ b/README
> @@ -3,13 +3,13 @@ v4l-utils
>  
>  Linux V4L2 and DVB API utilities and v4l libraries (libv4l).
>  You can always find the latest development v4l-utils in the git repo:
> -http://git.linuxtv.org/v4l-utils.git 
> +http://git.linuxtv.org/v4l-utils.git
>  
>  
> -v4l libraries (libv4l)
> -----------------------
> +v4l libraries (libv4l, libdvbv5)
> +--------------------------------

No, libdvbv5 is not a V4L library. It is a DVB one.

>  
> -See README.lib for more information on libv4l, libv4l is released
> +See README.libv4l for more information on libv4l, libv4l is released
>  under the GNU Lesser General Public License.
>  
>  
> diff --git a/README.libv4l b/README.libv4l
> index 0be503f..7170801 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.

Seem OK to me, provided that this patch comes after or together one
that adds --enable-libdvbv5 to the autotools config files.

> +
> +
>  wrappers
>  --------
>
diff mbox

Patch

diff --git a/README b/README
index 0cccc00..a9f8089 100644
--- a/README
+++ b/README
@@ -3,13 +3,13 @@  v4l-utils
 
 Linux V4L2 and DVB API utilities and v4l libraries (libv4l).
 You can always find the latest development v4l-utils in the git repo:
-http://git.linuxtv.org/v4l-utils.git 
+http://git.linuxtv.org/v4l-utils.git
 
 
-v4l libraries (libv4l)
-----------------------
+v4l libraries (libv4l, libdvbv5)
+--------------------------------
 
-See README.lib for more information on libv4l, libv4l is released
+See README.libv4l for more information on libv4l, libv4l is released
 under the GNU Lesser General Public License.
 
 
diff --git a/README.libv4l b/README.libv4l
index 0be503f..7170801 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
 --------