aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.h
Commit message (Collapse)AuthorAge
* added missing explicit config.h includesMax Kellermann2009-01-08
|
* tag_id3.h: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
|
* 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.