comparison src/libid3tag/README.audacious @ 2564:5b9f0dc2c034 trunk

[svn] - add documentation wrt why we ship our own libid3tag and why it shouldn't be patched out.
author nenolod
date Sat, 24 Feb 2007 07:45:31 -0800
parents
children
comparison
equal deleted inserted replaced
2563:bdd0ee5888e0 2564:5b9f0dc2c034
1 The sources in libid3tag are heavily modified by the Audacious team for
2 use in Audacious. If you are a package maintainer, please do not patch
3 out this library as Audacious needs the modifications made here.
4
5 The modifications are as follows:
6 - use the Audacious VFS subsystem for stream I/O instead of libc
7 - add support for opening an id3 tagged file from a live VFS handle.
8 - some minor portability improvements
9