mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
move warning to fixme
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@83 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1319399ca0
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -141,7 +141,7 @@ bool CAudioPlayer::play(const CAudiofile* file, const bool highPrio)
|
||||
}
|
||||
|
||||
bool ret = true;
|
||||
#warning fixme: There must be a way to call the playing thread without arguments. (NULL did not work for me)
|
||||
//#warning fixme: There must be a way to call the playing thread without arguments. (NULL did not work for me)
|
||||
if (pthread_create (&thrPlay, &attr, PlayThread, (void*)&ret) != 0 )
|
||||
{
|
||||
perror("audioplay: pthread_create(PlayThread)");
|
||||
|
Reference in New Issue
Block a user