2005-08-24 18:53:03 +00:00
|
|
|
config BR2_PACKAGE_LIBID3TAG
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libid3tag......................... An ID3 tag manipulation library"
|
|
|
|
tristate
|
2005-09-20 01:35:03 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-24 18:53:03 +00:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
2005-11-05 02:16:36 +00:00
|
|
|
libid3tag is a library for reading and (eventually) writing ID3 tags, both
|
|
|
|
ID3v1 and the various versions of ID3v2.
|
|
|
|
|
|
|
|
http://mad.sourceforge.net/
|
|
|
|
|
|
|
|
Depends: zlib
|
|
|
|
|