libdvbv5: shared lib and installing headers
authorAndré Roth <neolynx@gmail.com>
Fri, 28 Mar 2014 16:42:49 +0000 (17:42 +0100)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 28 Mar 2014 16:51:46 +0000 (13:51 -0300)
commit04c544dc9dd5ca697dd7c8401fd96ba82f3397a1
tree43cbef34edf7ae37b4aef4fc6d56a2ed1e7b4cb4
parent0a69e467d02dbd9ac7db3d36c00fd4dff8e18285
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>
93 files changed:
README
README.libv4l
lib/include/libdvbv5/atsc_eit.h [moved from lib/include/descriptors/atsc_eit.h with 97% similarity]
lib/include/libdvbv5/atsc_header.h [moved from lib/include/descriptors/atsc_header.h with 100% similarity]
lib/include/libdvbv5/desc_atsc_service_location.h [moved from lib/include/descriptors/desc_atsc_service_location.h with 100% similarity]
lib/include/libdvbv5/desc_cable_delivery.h [moved from lib/include/descriptors/desc_cable_delivery.h with 100% similarity]
lib/include/libdvbv5/desc_event_extended.h [moved from lib/include/descriptors/desc_event_extended.h with 100% similarity]
lib/include/libdvbv5/desc_event_short.h [moved from lib/include/descriptors/desc_event_short.h with 100% similarity]
lib/include/libdvbv5/desc_extension.h [moved from lib/include/descriptors/desc_extension.h with 100% similarity]
lib/include/libdvbv5/desc_frequency_list.h [moved from lib/include/descriptors/desc_frequency_list.h with 100% similarity]
lib/include/libdvbv5/desc_hierarchy.h [moved from lib/include/descriptors/desc_hierarchy.h with 100% similarity]
lib/include/libdvbv5/desc_isdbt_delivery.h [moved from lib/include/descriptors/desc_isdbt_delivery.h with 100% similarity]
lib/include/libdvbv5/desc_language.h [moved from lib/include/descriptors/desc_language.h with 100% similarity]
lib/include/libdvbv5/desc_logical_channel.h [moved from lib/include/descriptors/desc_logical_channel.h with 100% similarity]
lib/include/libdvbv5/desc_network_name.h [moved from lib/include/descriptors/desc_network_name.h with 100% similarity]
lib/include/libdvbv5/desc_partial_reception.h [moved from lib/include/descriptors/desc_partial_reception.h with 100% similarity]
lib/include/libdvbv5/desc_sat.h [moved from lib/include/descriptors/desc_sat.h with 100% similarity]
lib/include/libdvbv5/desc_service.h [moved from lib/include/descriptors/desc_service.h with 100% similarity]
lib/include/libdvbv5/desc_service_list.h [moved from lib/include/descriptors/desc_service_list.h with 100% similarity]
lib/include/libdvbv5/desc_service_location.h [moved from lib/include/descriptors/desc_service_location.h with 100% similarity]
lib/include/libdvbv5/desc_t2_delivery.h [moved from lib/include/descriptors/desc_t2_delivery.h with 100% similarity]
lib/include/libdvbv5/desc_terrestrial_delivery.h [moved from lib/include/descriptors/desc_terrestrial_delivery.h with 100% similarity]
lib/include/libdvbv5/desc_ts_info.h [moved from lib/include/descriptors/desc_ts_info.h with 100% similarity]
lib/include/libdvbv5/descriptors.h [moved from lib/include/descriptors.h with 100% similarity]
lib/include/libdvbv5/dvb-demux.h [moved from lib/include/dvb-demux.h with 100% similarity]
lib/include/libdvbv5/dvb-fe.h [moved from lib/include/dvb-fe.h with 100% similarity]
lib/include/libdvbv5/dvb-file.h [moved from lib/include/dvb-file.h with 100% similarity]
lib/include/libdvbv5/dvb-frontend.h [moved from lib/include/dvb-frontend.h with 100% similarity]
lib/include/libdvbv5/dvb-log.h [moved from lib/include/dvb-log.h with 100% similarity]
lib/include/libdvbv5/dvb-sat.h [moved from lib/include/dvb-sat.h with 100% similarity]
lib/include/libdvbv5/dvb-scan.h [moved from lib/include/dvb-scan.h with 98% similarity]
lib/include/libdvbv5/dvb-v5-std.h [moved from lib/include/dvb-v5-std.h with 100% similarity]
lib/include/libdvbv5/eit.h [moved from lib/include/descriptors/eit.h with 97% similarity]
lib/include/libdvbv5/header.h [moved from lib/include/descriptors/header.h with 100% similarity]
lib/include/libdvbv5/mgt.h [moved from lib/include/descriptors/mgt.h with 96% similarity]
lib/include/libdvbv5/mpeg_es.h [moved from lib/include/descriptors/mpeg_es.h with 100% similarity]
lib/include/libdvbv5/mpeg_pes.h [moved from lib/include/descriptors/mpeg_pes.h with 100% similarity]
lib/include/libdvbv5/mpeg_ts.h [moved from lib/include/descriptors/mpeg_ts.h with 100% similarity]
lib/include/libdvbv5/nit.h [moved from lib/include/descriptors/nit.h with 97% similarity]
lib/include/libdvbv5/pat.h [moved from lib/include/descriptors/pat.h with 98% similarity]
lib/include/libdvbv5/pmt.h [moved from lib/include/descriptors/pmt.h with 99% similarity]
lib/include/libdvbv5/sdt.h [moved from lib/include/descriptors/sdt.h with 97% similarity]
lib/include/libdvbv5/vct.h [moved from lib/include/descriptors/vct.h with 97% similarity]
lib/libdvbv5/Makefile.am
lib/libdvbv5/descriptors.c
lib/libdvbv5/descriptors/atsc_eit.c
lib/libdvbv5/descriptors/atsc_header.c
lib/libdvbv5/descriptors/desc_atsc_service_location.c
lib/libdvbv5/descriptors/desc_cable_delivery.c
lib/libdvbv5/descriptors/desc_event_extended.c
lib/libdvbv5/descriptors/desc_event_short.c
lib/libdvbv5/descriptors/desc_extension.c
lib/libdvbv5/descriptors/desc_frequency_list.c
lib/libdvbv5/descriptors/desc_hierarchy.c
lib/libdvbv5/descriptors/desc_isdbt_delivery.c
lib/libdvbv5/descriptors/desc_language.c
lib/libdvbv5/descriptors/desc_logical_channel.c
lib/libdvbv5/descriptors/desc_network_name.c
lib/libdvbv5/descriptors/desc_partial_reception.c
lib/libdvbv5/descriptors/desc_sat.c
lib/libdvbv5/descriptors/desc_service.c
lib/libdvbv5/descriptors/desc_service_list.c
lib/libdvbv5/descriptors/desc_service_location.c
lib/libdvbv5/descriptors/desc_t2_delivery.c
lib/libdvbv5/descriptors/desc_terrestrial_delivery.c
lib/libdvbv5/descriptors/desc_ts_info.c
lib/libdvbv5/descriptors/eit.c
lib/libdvbv5/descriptors/header.c
lib/libdvbv5/descriptors/mgt.c
lib/libdvbv5/descriptors/mpeg_es.c
lib/libdvbv5/descriptors/mpeg_pes.c
lib/libdvbv5/descriptors/mpeg_ts.c
lib/libdvbv5/descriptors/nit.c
lib/libdvbv5/descriptors/pat.c
lib/libdvbv5/descriptors/pmt.c
lib/libdvbv5/descriptors/sdt.c
lib/libdvbv5/descriptors/vct.c
lib/libdvbv5/dvb-demux.c
lib/libdvbv5/dvb-fe.c
lib/libdvbv5/dvb-file.c
lib/libdvbv5/dvb-legacy-channel-format.c
lib/libdvbv5/dvb-log.c
lib/libdvbv5/dvb-sat.c
lib/libdvbv5/dvb-scan.c
lib/libdvbv5/dvb-v5-std.c
lib/libdvbv5/dvb-v5.h
lib/libdvbv5/dvb-zap-format.c
lib/libdvbv5/gen_dvb_structs.pl
lib/libdvbv5/parse_string.c
utils/dvb/dvb-fe-tool.c
utils/dvb/dvb-format-convert.c
utils/dvb/dvbv5-scan.c
utils/dvb/dvbv5-zap.c