1 config BR2_PACKAGE_TAGLIB
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_WCHAR
6 TagLib is a library for reading and editing the meta-data of
7 several popular audio formats. Currently it supports both ID3v1
8 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
9 Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
15 config BR2_PACKAGE_TAGLIB_MP4
16 bool "taglib mp4 support"
18 config BR2_PACKAGE_TAGLIB_ASF
19 bool "taglib wma support"
23 comment "taglib needs a toolchain w/ C++, wchar"
24 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR