更新 'src/Network/fgcom.cxx'
This commit is contained in:
@@ -652,8 +652,10 @@ void FGCom::valueChanged(SGPropertyNode *prop)
|
||||
|
||||
std::string urlcmd = "ffplay -nodisp -autoexit -loglevel quiet -i ";
|
||||
|
||||
urlcmd.append(soundpath.c_str());
|
||||
|
||||
SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
|
||||
system(urlcmd.c_str(),soundpath.c_str());
|
||||
system(urlcmd.c_str());
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user