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-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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"
|
2016-07-02 20:24:04 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|