The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / taglib / Config.in
1
2 config BR2_PACKAGE_TAGLIB
3         bool "taglib"
4         depends on BR2_INSTALL_LIBSTDCPP
5         depends on BR2_USE_WCHAR
6         help
7           TagLib is a library for reading and editing the meta-data of
8           several popular audio formats. Currently it supports both ID3v1
9           and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
10           Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
11
12           http://taglib.github.com
13
14 if BR2_PACKAGE_TAGLIB
15
16 config BR2_PACKAGE_TAGLIB_MP4
17         bool "taglib mp4 support"
18
19 config BR2_PACKAGE_TAGLIB_ASF
20         bool "taglib wma support"
21
22 endif
23
24 comment "taglib needs a toolchain w/ C++, wchar"
25         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR