aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.h
Commit message (Collapse)AuthorAge
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-17
| | | | | If a feature is disabled, don't compile the source file at all, disable it completely in Makefile.am instead.
* const pointersMax Kellermann2008-08-29
| | | | Yet another patch which converts pointer arguments to "const".
* tag: moved code to tag_id3.cMax Kellermann2008-08-29
The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file.