2014-01-19 22:03:57 +01:00
|
|
|
config BR2_PACKAGE_LIBBLURAY
|
|
|
|
bool "libbluray"
|
2014-01-20 17:20:52 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-12 20:23:52 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-19 22:03:57 +01:00
|
|
|
help
|
|
|
|
libbluray is a client library for accessing bluray disks.
|
|
|
|
|
|
|
|
http://www.videolan.org/developers/libbluray.html
|
2014-01-20 17:20:52 +01:00
|
|
|
|
2014-05-12 20:23:52 +02:00
|
|
|
comment "libbluray needs a toolchain w/ threads, dynamic library"
|
2014-01-20 17:20:52 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-12 20:23:52 +02:00
|
|
|
depends on BR2_PREFER_STATIC_LIB
|