[libdvbpsi-devel] [PATCH] Add 0x41 descriptor support
Jean-Paul Saman
jpsaman at videolan.org
Mon May 21 14:51:03 CEST 2012
The 0x41 descriptor source files are missing from this patch. Maybe
forgot to do git add dr_41.c dr_41.h ?
Kind regards,
Jean-Paul Saman
On Mon, May 21, 2012 at 2:20 PM, Roberto Corno <corno.roberto at gmail.com> wrote:
> ---
> src/Makefile.am | 9 ++++++---
> src/descriptors/dr.h | 1 +
> 2 files changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 356bbc2..ec07efa 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -4,7 +4,7 @@ pkgincludedir = $(includedir)/dvbpsi
>
> lib_LTLIBRARIES = libdvbpsi.la
>
> -libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
> +libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h custom.c \
> psi.c \
> demux.c \
> descriptor.c \
> @@ -13,7 +13,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
>
> libdvbpsi_la_LDFLAGS = -version-info 8:0:0 -no-undefined
>
> -pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
> +pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h custom.h \
> tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h \
> tables/cat.h tables/nit.h tables/tot.h tables/sis.h \
> tables/bat.h \
> @@ -31,6 +31,7 @@ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
> descriptors/dr_0d.h \
> descriptors/dr_0e.h \
> descriptors/dr_0f.h \
> + descriptors/dr_41.h \
> descriptors/dr_42.h \
> descriptors/dr_43.h \
> descriptors/dr_44.h \
> @@ -46,7 +47,7 @@ pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
> descriptors/dr_59.h \
> descriptors/dr_5a.h \
> descriptors/dr_69.h \
> - descriptors/dr_8a.h \
> + descriptors/dr_8a.h \
> descriptors/dr.h
>
> descriptors_src = descriptors/dr_02.c \
> @@ -63,6 +64,8 @@ descriptors_src = descriptors/dr_02.c \
> descriptors/dr_0d.c \
> descriptors/dr_0e.c \
> descriptors/dr_0f.c \
> + descriptors/dr_40.c \
> + descriptors/dr_41.c \
> descriptors/dr_42.c \
> descriptors/dr_43.c \
> descriptors/dr_44.c \
> diff --git a/src/descriptors/dr.h b/src/descriptors/dr.h
> index 93b27ee..5e71541 100644
> --- a/src/descriptors/dr.h
> +++ b/src/descriptors/dr.h
> @@ -47,6 +47,7 @@
> #include "dr_0e.h"
> #include "dr_0f.h"
> #include "dr_40.h"
> +#include "dr_41.h"
> #include "dr_42.h"
> #include "dr_43.h"
> #include "dr_44.h"
> --
> 1.7.5.4
>
> _______________________________________________
> libdvbpsi-devel mailing list
> libdvbpsi-devel at videolan.org
> http://mailman.videolan.org/listinfo/libdvbpsi-devel
More information about the libdvbpsi-devel
mailing list