xref: /OK3568_Linux_fs/buildroot/package/libebur128/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBEBUR128
2	bool "libebur128"
3	# build system has no support to disable shared linking
4	# leading to a build error with a static-only toolchain
5	depends on !BR2_STATIC_LIBS
6	help
7	  libebur128 is a library that implements the EBU R 128 standard
8	  for loudness normalization.
9
10	  https://github.com/jiixyj/libebur128
11
12comment "libebur128 needs a toolchain w/ dynamic library"
13	depends on BR2_STATIC_LIBS
14