xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
2*4882a593Smuzhiyun	bool "gst1-plugins-bayer2rgb-neon"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # bayer2rgb-neon
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon
7*4882a593Smuzhiyun	select BR2_PACKAGE_GST1_PLUGINS_BASE
8*4882a593Smuzhiyun	select BR2_PACKAGE_BAYER2RGB_NEON
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  gst1-plugins-bayer2rgb-neon is a gstreamer1
11*4882a593Smuzhiyun	  plugin which uses bayer2rgb-neon library to
12*4882a593Smuzhiyun	  decode raw camera bayer to RGB using
13*4882a593Smuzhiyun	  NEON hardware acceleration.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
19*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
20*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
21