toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / taglib / Config.in
blob6521d48c60e7e5eafde2679ef443dbd79a4a966d
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 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.
11           http://taglib.github.com
13 if BR2_PACKAGE_TAGLIB
15 config BR2_PACKAGE_TAGLIB_MP4
16         bool "taglib mp4 support"
18 config BR2_PACKAGE_TAGLIB_ASF
19         bool "taglib wma support"
21 endif
23 comment "taglib needs a toolchain w/ C++, wchar"
24         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR