python: fix disabling the SSL module
[buildroot-gz.git] / package / libdvbpsi / Config.in
blob4d543bc91c84e8b751546101a693b20a8505c750
1 config 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 standards
7           ISO/IEC 13818 and ITU-T H.222.0.
9           http://www.videolan.org/developers/libdvbpsi.html
11 comment "libdvbpsi needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS