1 config BR2_PACKAGE_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
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