Config.in 501 B

123456789101112131415
  1. config BR2_PACKAGE_TAGLIB
  2. bool "taglib"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR
  5. help
  6. TagLib is a library for reading and editing the meta-data of
  7. several popular audio formats. Currently it supports both
  8. ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3
  9. tags and Vorbis comments in FLAC, MPC, Speex, WavPack and
  10. TrueAudio files.
  11. http://taglib.org/
  12. comment "taglib needs a toolchain w/ C++, wchar"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR