aboutsummaryrefslogtreecommitdiffstats
path: root/src/ReplayGainConfig.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann2013-01-071-1/+0
| | | | Fixes build problems with mingw32.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-2/+2
|
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-051-2/+3
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* replay_gain_*: convert to C++Max Kellermann2013-01-041-0/+149