|
@@ -3,6 +3,7 @@ config BR2_PACKAGE_X265
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
help
|
|
|
x265 is an open source free software and library for encoding video
|
|
|
using the High Efficiency Video Coding (HEVC/H.265) standard. x265 is
|
|
@@ -24,3 +25,4 @@ endif
|
|
|
comment "x265 needs a toolchain w/ C++, threads, dynamic library"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|