xref: /OK3568_Linux_fs/buildroot/package/libdvbpsi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBDVBPSI
2	bool "libdvbpsi"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  libdvbpsi is a simple library designed for decoding and
6	  generation of MPEG TS and DVB PSI tables according to
7	  standards ISO/IEC 13818 and ITU-T H.222.0.
8
9	  http://www.videolan.org/developers/libdvbpsi.html
10
11comment "libdvbpsi needs a toolchain w/ threads"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS
13