Config.in 423 B

12345678910111213
  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. help
  7. libebur128 is a library that implements the EBU R 128 standard
  8. for loudness normalization.
  9. https://github.com/jiixyj/libebur128
  10. comment "libebur128 needs a toolchain w/ dynamic library"
  11. depends on BR2_STATIC_LIBS