output/jack: use jack_client_open() instead of jack_client_new()

jack_client_new() is deprecated.  This requires libjack 0.100
(released nearly 5 years ago).  We havn't been testing older libjack
versions anyway.

As a side effect, there is the new option "autostart".
This commit is contained in:
Max Kellermann
2009-11-05 20:01:18 +01:00
parent 9449006ac3
commit 2a9685cb3a
4 changed files with 36 additions and 5 deletions

1
NEWS
View File

@@ -32,6 +32,7 @@ ver 0.16 (20??/??/??)
- pulse: announce "media.role=music"
- pulse: renamed context to "Music Player Daemon"
- pulse: connect to server on MPD startup, implement pause
- jack: require libjack 0.100
- jack: don't disconnect during pause
- jack: connect to server on MPD startup
- jack: added option "client_name"