diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 21:48:53 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 21:48:53 +0000 |
commit | 69176148bfd4a9a40a8d653997a6f2714d65776b (patch) | |
tree | 182f673305f965fbfe6a8a34a9b96ed94b6fe50e /src/main.c | |
parent | 8b08ee82b492735947d917ed647a3e6cdf388ad3 (diff) | |
download | mpd-69176148bfd4a9a40a8d653997a6f2714d65776b.tar.gz mpd-69176148bfd4a9a40a8d653997a6f2714d65776b.tar.xz mpd-69176148bfd4a9a40a8d653997a6f2714d65776b.zip |
enabling and disabling individual audioOutputs is mostly done, just need
to add the command hooks
git-svn-id: https://svn.musicpd.org/mpd/trunk@2484 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 15cc27e01..2160a1ccd 100644 --- a/src/main.c +++ b/src/main.c @@ -427,9 +427,9 @@ int main(int argc, char * argv[]) { openDB(&options, argv[0]); initCommands(); + initPlayerData(); initAudioConfig(); initAudioDriver(); - initPlayerData(); initVolume(); initInterfaces(); initInputStream(); |