mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 09:41:54 +02:00
e66413fcd1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1794 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
config BR2_PACKAGE_ID3LIB
|
|
prompt "id3lib - An ID3v1/ID3v2 tagging library"
|
|
tristate
|
|
# default m if CONFIG_DEVEL
|
|
default n
|
|
select BR2_PACKAGE_UCLIBCXX
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
An ID3v1/ID3v2 tagging library.
|
|
|
|
http://www.id3lib.org/
|
|
|
|
Depends: uClibc++, zlib
|
|
|
|
|