summaryrefslogtreecommitdiffstats
path: root/rules/libid3tag.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libid3tag.in')
-rw-r--r--rules/libid3tag.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/libid3tag.in b/rules/libid3tag.in
new file mode 100644
index 000000000..a7b04f7c5
--- /dev/null
+++ b/rules/libid3tag.in
@@ -0,0 +1,10 @@
+config LIBID3TAG
+ tristate
+ select ZLIB
+ prompt "libid3tag"
+ help
+ ID3 tag reading library from the MAD project
+
+ ID3 tag manipulation library with full support for reading
+ ID3v1, ID3v1.1, ID3v2.2, ID3v2.3, and ID3v2.4 tags, as well
+ as support for writing ID3v1, ID3v1.1, and ID3v2.4 tags.