Merge branch 'develop' of https://github.com/badaix/snapcast into develop

This commit is contained in:
Johannes Pohl 2016-09-17 12:01:39 +02:00
commit 5f3cfbf959
2 changed files with 3 additions and 1 deletions

View file

@ -91,7 +91,9 @@ int main (int argc, char **argv)
.add(hostValue)
.add(portValue)
.add(soundcardValue)
#ifdef HAS_DAEMON
.add(daemonOption)
#endif
.add(latencyValue);
try