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