aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_id3.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added missing explicit config.h includesMax Kellermann2009-01-081-1/+1
|
* tag_id3.h: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-2/+2
|
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-171-1/+12
| | | | | If a feature is disabled, don't compile the source file at all, disable it completely in Makefile.am instead.
* const pointersMax Kellermann2008-08-291-1/+1
| | | | Yet another patch which converts pointer arguments to "const".
* tag: moved code to tag_id3.cMax Kellermann2008-08-291-0/+33
The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file.