aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_ogg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+2
| | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused.
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-9/+7
|
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-5/+1
| | | | Don't compile the sources of disabled output plugins at all.
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+306
Again, no CamelCase in the directory name.