Max Kellermann
|
74d4ec7fbb
|
jack: use GLib logging
|
2008-12-29 17:29:36 +01:00 |
|
Max Kellermann
|
aa33422de6
|
alsa, jack: no const pointers for allocated strings
Make the pointers "device" and "name" non-const, so we don't need the
xfree() hack. The default value is expressed as NULL.
|
2008-11-01 14:04:14 +01:00 |
|
Max Kellermann
|
58c5bee9f0
|
output: use bool for return values and flags
Don't return 0/-1 on success/error, but true/false. Instead of int,
use bool for storing flags.
|
2008-10-29 20:40:27 +01:00 |
|
Max Kellermann
|
0800c6f4ca
|
output: don't compile plugins which are disabled
Don't compile the sources of disabled output plugins at all.
|
2008-10-26 21:58:37 +01:00 |
|
Max Kellermann
|
ece8c1347c
|
renamed src/audioOutputs/ to src/output/
Again, no CamelCase in the directory name.
|
2008-10-26 11:29:44 +01:00 |
|