xref: /OK3568_Linux_fs/buildroot/package/orc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ORC
2	bool "orc"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  Orc is a library and set of tools for compiling and executing
6	  very simple programs that operate on arrays of data.
7
8	  https://gstreamer.freedesktop.org/projects/orc.html
9
10comment "orc needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12