mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-22 19:07:38 +02:00
makefile
git-svn-id: svn://elaine/murooma/trunk@323 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
deca098bb4
commit
b857de9f45
12 changed files with 69 additions and 449 deletions
|
@ -98,6 +98,11 @@ int main (int argc, char *argv[])
|
|||
daemonize();
|
||||
std::clog << kLogNotice << "daemon started" << std::endl;
|
||||
}
|
||||
logS(kLogNotice) << "daemon started" << std::endl;
|
||||
logD << "debug test" << std::endl;
|
||||
logO << "out test" << std::endl;
|
||||
logE << "error test" << std::endl;
|
||||
log << "test" << std::endl;
|
||||
|
||||
PcmDevice pcmDevice = getPcmDevice(soundcard);
|
||||
if (pcmDevice.idx == -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue