This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: libdvbv5: shared lib and installing headers
Author:  AndrĂ© Roth <[email protected]>
Date:    Fri Mar 28 17:42:49 2014 +0100

- move headers to subdirectory for correct install location
- fix includes in dvb table and descriptor parsers
- fix compile warnings

Signed-off-by: AndrĂ© Roth <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 README                                             |    6 +-
 README.libv4l                                      |   12 +
 lib/include/descriptors.h                          |  297 ----------
 lib/include/descriptors/atsc_eit.h                 |   90 ---
 lib/include/descriptors/atsc_header.h              |   63 --
 .../descriptors/desc_atsc_service_location.h       |   71 ---
 lib/include/descriptors/desc_cable_delivery.h      |   69 ---
 lib/include/descriptors/desc_event_extended.h      |   60 --
 lib/include/descriptors/desc_event_short.h         |   54 --
 lib/include/descriptors/desc_extension.h           |   86 ---
 lib/include/descriptors/desc_frequency_list.h      |   58 --
 lib/include/descriptors/desc_hierarchy.h           |   58 --
 lib/include/descriptors/desc_isdbt_delivery.h      |   62 --
 lib/include/descriptors/desc_language.h            |   50 --
 lib/include/descriptors/desc_logical_channel.h     |   65 ---
 lib/include/descriptors/desc_network_name.h        |   51 --
 lib/include/descriptors/desc_partial_reception.h   |   57 --
 lib/include/descriptors/desc_sat.h                 |   67 ---
 lib/include/descriptors/desc_service.h             |   54 --
 lib/include/descriptors/desc_service_list.h        |   54 --
 lib/include/descriptors/desc_service_location.h    |   68 ---
 lib/include/descriptors/desc_t2_delivery.h         |   78 ---
 .../descriptors/desc_terrestrial_delivery.h        |   70 ---
 lib/include/descriptors/desc_ts_info.h             |   66 ---
 lib/include/descriptors/eit.h                      |   91 ---
 lib/include/descriptors/header.h                   |   82 ---
 lib/include/descriptors/mgt.h                      |   79 ---
 lib/include/descriptors/mpeg_es.h                  |  109 ----
 lib/include/descriptors/mpeg_pes.h                 |  111 ----
 lib/include/descriptors/mpeg_ts.h                  |   79 ---
 lib/include/descriptors/nit.h                      |  103 ----
 lib/include/descriptors/pat.h                      |   68 ---
 lib/include/descriptors/pmt.h                      |  119 ----
 lib/include/descriptors/sdt.h                      |   76 ---
 lib/include/descriptors/vct.h                      |  126 -----
 lib/include/dvb-demux.h                            |   57 --
 lib/include/dvb-fe.h                               |  232 --------
 lib/include/dvb-file.h                             |  161 ------
 lib/include/dvb-frontend.h                         |  593 --------------------
 lib/include/dvb-log.h                              |   52 --
 lib/include/dvb-sat.h                              |   57 --
 lib/include/dvb-scan.h                             |  113 ----
 lib/include/dvb-v5-std.h                           |   96 ----
 lib/include/libdvbv5/atsc_eit.h                    |   90 +++
 lib/include/libdvbv5/atsc_header.h                 |   63 ++
 lib/include/libdvbv5/desc_atsc_service_location.h  |   71 +++
 lib/include/libdvbv5/desc_cable_delivery.h         |   69 +++
 lib/include/libdvbv5/desc_event_extended.h         |   60 ++
 lib/include/libdvbv5/desc_event_short.h            |   54 ++
 lib/include/libdvbv5/desc_extension.h              |   86 +++
 lib/include/libdvbv5/desc_frequency_list.h         |   58 ++
 lib/include/libdvbv5/desc_hierarchy.h              |   58 ++
 lib/include/libdvbv5/desc_isdbt_delivery.h         |   62 ++
 lib/include/libdvbv5/desc_language.h               |   50 ++
 lib/include/libdvbv5/desc_logical_channel.h        |   65 +++
 lib/include/libdvbv5/desc_network_name.h           |   51 ++
 lib/include/libdvbv5/desc_partial_reception.h      |   57 ++
 lib/include/libdvbv5/desc_sat.h                    |   67 +++
 lib/include/libdvbv5/desc_service.h                |   54 ++
 lib/include/libdvbv5/desc_service_list.h           |   54 ++
 lib/include/libdvbv5/desc_service_location.h       |   68 +++
 lib/include/libdvbv5/desc_t2_delivery.h            |   78 +++
 lib/include/libdvbv5/desc_terrestrial_delivery.h   |   70 +++
 lib/include/libdvbv5/desc_ts_info.h                |   66 +++
 lib/include/libdvbv5/descriptors.h                 |  297 ++++++++++
 lib/include/libdvbv5/dvb-demux.h                   |   57 ++
 lib/include/libdvbv5/dvb-fe.h                      |  232 ++++++++
 lib/include/libdvbv5/dvb-file.h                    |  161 ++++++
 lib/include/libdvbv5/dvb-frontend.h                |  593 ++++++++++++++++++++
 lib/include/libdvbv5/dvb-log.h                     |   52 ++
 lib/include/libdvbv5/dvb-sat.h                     |   57 ++
 lib/include/libdvbv5/dvb-scan.h                    |  113 ++++
 lib/include/libdvbv5/dvb-v5-std.h                  |   96 ++++
 lib/include/libdvbv5/eit.h                         |   91 +++
 lib/include/libdvbv5/header.h                      |   82 +++
 lib/include/libdvbv5/mgt.h                         |   79 +++
 lib/include/libdvbv5/mpeg_es.h                     |  109 ++++
 lib/include/libdvbv5/mpeg_pes.h                    |  111 ++++
 lib/include/libdvbv5/mpeg_ts.h                     |   79 +++
 lib/include/libdvbv5/nit.h                         |  103 ++++
 lib/include/libdvbv5/pat.h                         |   68 +++
 lib/include/libdvbv5/pmt.h                         |  119 ++++
 lib/include/libdvbv5/sdt.h                         |   76 +++
 lib/include/libdvbv5/vct.h                         |  126 +++++
 lib/libdvbv5/Makefile.am                           |  138 +++--
 lib/libdvbv5/descriptors.c                         |   62 +-
 lib/libdvbv5/descriptors/atsc_eit.c                |    4 +-
 lib/libdvbv5/descriptors/atsc_header.c             |    6 +-
 .../descriptors/desc_atsc_service_location.c       |    8 +-
 lib/libdvbv5/descriptors/desc_cable_delivery.c     |    6 +-
 lib/libdvbv5/descriptors/desc_event_extended.c     |    8 +-
 lib/libdvbv5/descriptors/desc_event_short.c        |    8 +-
 lib/libdvbv5/descriptors/desc_extension.c          |    8 +-
 lib/libdvbv5/descriptors/desc_frequency_list.c     |    6 +-
 lib/libdvbv5/descriptors/desc_hierarchy.c          |    6 +-
 lib/libdvbv5/descriptors/desc_isdbt_delivery.c     |    8 +-
 lib/libdvbv5/descriptors/desc_language.c           |    6 +-
 lib/libdvbv5/descriptors/desc_logical_channel.c    |    8 +-
 lib/libdvbv5/descriptors/desc_network_name.c       |    6 +-
 lib/libdvbv5/descriptors/desc_partial_reception.c  |    8 +-
 lib/libdvbv5/descriptors/desc_sat.c                |    6 +-
 lib/libdvbv5/descriptors/desc_service.c            |    8 +-
 lib/libdvbv5/descriptors/desc_service_list.c       |    6 +-
 lib/libdvbv5/descriptors/desc_service_location.c   |   11 +-
 lib/libdvbv5/descriptors/desc_t2_delivery.c        |    8 +-
 .../descriptors/desc_terrestrial_delivery.c        |    6 +-
 lib/libdvbv5/descriptors/desc_ts_info.c            |    8 +-
 lib/libdvbv5/descriptors/eit.c                     |    4 +-
 lib/libdvbv5/descriptors/header.c                  |    6 +-
 lib/libdvbv5/descriptors/mgt.c                     |    4 +-
 lib/libdvbv5/descriptors/mpeg_es.c                 |    6 +-
 lib/libdvbv5/descriptors/mpeg_pes.c                |    6 +-
 lib/libdvbv5/descriptors/mpeg_ts.c                 |    6 +-
 lib/libdvbv5/descriptors/nit.c                     |    4 +-
 lib/libdvbv5/descriptors/pat.c                     |    6 +-
 lib/libdvbv5/descriptors/pmt.c                     |    6 +-
 lib/libdvbv5/descriptors/sdt.c                     |    4 +-
 lib/libdvbv5/descriptors/vct.c                     |    6 +-
 lib/libdvbv5/dvb-demux.c                           |    2 +-
 lib/libdvbv5/dvb-fe.c                              |    4 +-
 lib/libdvbv5/dvb-file.c                            |   48 +-
 lib/libdvbv5/dvb-legacy-channel-format.c           |    4 +-
 lib/libdvbv5/dvb-log.c                             |    2 +-
 lib/libdvbv5/dvb-sat.c                             |    4 +-
 lib/libdvbv5/dvb-scan.c                            |   44 +-
 lib/libdvbv5/dvb-v5-std.c                          |    2 +-
 lib/libdvbv5/dvb-v5.h                              |    2 +-
 lib/libdvbv5/dvb-zap-format.c                      |    4 +-
 lib/libdvbv5/gen_dvb_structs.pl                    |    4 +-
 lib/libdvbv5/parse_string.c                        |    4 +-
 utils/dvb/dvb-fe-tool.c                            |    2 +-
 utils/dvb/dvb-format-convert.c                     |    6 +-
 utils/dvb/dvbv5-scan.c                             |    8 +-
 utils/dvb/dvbv5-zap.c                              |    8 +-
 134 files changed, 4368 insertions(+), 4309 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=04c544dc9dd5ca697dd7c8401fd96ba82f3397a1
<diff discarded since it is too big>

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to