python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libebur128 / Config.in
blob1a6a74363f35622fa7c0ce8dcdc363ebf1739fe0
1 config 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         select BR2_PACKAGE_SPEEX
7         help
8           libebur128 is a library that implements the EBU R 128 standard
9           for loudness normalization.
11           https://github.com/jiixyj/libebur128
13 comment "libebur128 needs a toolchain w/ dynamic library"
14         depends on BR2_STATIC_LIBS