enabled when DEVELOPER=1
[openwrt.git] / openwrt / package / libid3tag / Config.in
1 config BR2_PACKAGE_LIBID3TAG
2         tristate "libid3tag - An ID3 tag manipulation library"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_ZLIB
5         help
6          libid3tag is a library for reading and (eventually) writing ID3 tags, both
7          ID3v1 and the various versions of ID3v2.
8          
9          http://mad.sourceforge.net/
10          
11          Depends: zlib
12