Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osx: fix gcc warnings | Max Kellermann | 2008-11-04 | 1 | -7/+8 |
| | | | | Fix prototypes and unused variables. | ||||
* | osx: adapt to new output plugin API | Max Kellermann | 2008-11-04 | 1 | -19/+15 |
| | | | | | The OS X output plugin wasn't adapted to the new output plugin yet, because I had no Mac to test... | ||||
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -14/+15 |
| | | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags. | ||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -10/+2 |
| | | | | Don't compile the sources of disabled output plugins at all. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+368 |
Again, no CamelCase in the directory name. |