libplayer: needs threads support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
841f785858
commit
b2c69fdfae
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBPLAYER
|
config BR2_PACKAGE_LIBPLAYER
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
bool "libplayer"
|
bool "libplayer"
|
||||||
help
|
help
|
||||||
libplayer provides a generic A/V API that relies on various multimedia
|
libplayer provides a generic A/V API that relies on various multimedia
|
||||||
@ -31,5 +32,5 @@ config BR2_PACKAGE_LIBPLAYER_PYTHON
|
|||||||
bool "Libplayer python bindings"
|
bool "Libplayer python bindings"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "libplayer requires a toolchain with LARGEFILE support"
|
comment "libplayer requires a toolchain with LARGEFILE and threads support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
Reference in New Issue
Block a user