|
@@ -18,7 +18,7 @@ config BR2_PACKAGE_MEDIASTREAMER
|
|
|
|
|
|
comment "mediastreamer needs a toolchain w/ threads, C++, dynamic library"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
- !BR2_TOOLCHAIN_HAS_THREADS || !BR2_STATIC_LIBS
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
comment "mediastreamer needs a toolchain not affected by GCC bug 64735"
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|