2013-06-23 17:30:33 +02:00
|
|
|
config BR2_PACKAGE_LIBDVBSI
|
|
|
|
bool "libdvbsi"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
help
|
|
|
|
C++ parsing library for Service Information (SI) in DVB systems.
|
|
|
|
With libdvbsi++ you can convert raw DVB service information to
|
|
|
|
a set of C++ objects, removing the need to parse data manually.
|
|
|
|
|
|
|
|
http://www.saftware.de/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libdvbsi++ needs a toolchain w/ C++, wchar, threads"
|
2013-06-23 17:30:33 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|