blob: 2571f5ccc57a77541917b126506a010a028fa540 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LIBBLURAY
bool "libbluray"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
libbluray is a client library for accessing bluray disks.
http://www.videolan.org/developers/libbluray.html
comment "libbluray needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
|