[Geesas-Devs] SF.net SVN: geesas:[2] pencilanimation/src/external/linux/linux.cpp
Status: Abandoned
Brought to you by:
creek23
From: <cr...@us...> - 2009-02-06 15:14:22
|
Revision: 2 http://geesas.svn.sourceforge.net/geesas/?rev=2&view=rev Author: creek23 Date: 2009-02-06 15:14:18 +0000 (Fri, 06 Feb 2009) Log Message: ----------- compiler nags about ISO C++ conversion issue. Problematic code is from Qt. Functionality won't hurt if removed (commented). Modified Paths: -------------- pencilanimation/src/external/linux/linux.cpp Modified: pencilanimation/src/external/linux/linux.cpp =================================================================== --- pencilanimation/src/external/linux/linux.cpp 2009-02-06 14:21:22 UTC (rev 1) +++ pencilanimation/src/external/linux/linux.cpp 2009-02-06 15:14:18 UTC (rev 2) @@ -49,7 +49,7 @@ ffmpeg.waitForStarted(); ffmpeg.waitForFinished(); - if (ffmpeg.readAllStandardOutput() == 0 && ffmpeg.readAllStandardError() == "") { + if (/*ffmpeg.readAllStandardOutput() == 0 && */ffmpeg.readAllStandardError() == "") { qDebug() << "Please install ffmpeg in plugins directory"; } else { progress.setValue(100); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |