Skip to content

Commit 39ad161

Browse files
committed
Fix compilation
1 parent de68882 commit 39ad161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SofaGLFW/src/SofaGLFW/SofaGLFWBaseGUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ bool SofaGLFWBaseGUI::initRecorder(int width, int height, unsigned int framerate
12331233
}
12341234
else
12351235
{
1236-
msg_warning("SofaGLFWBaseGUI") << " The file " << Utils::getSofaPathPrefix() <<"/etc/SofaGLFW.ini either doesn't exist or doesn't contain the string FFMPEG_EXEC_PATH."
1236+
msg_warning("SofaGLFWBaseGUI") << " The file " << helper::Utils::getSofaPathPrefix() <<"/etc/SofaGLFW.ini either doesn't exist or doesn't contain the string FFMPEG_EXEC_PATH."
12371237
" The initialization of the FFMPEG video recorder will likely fail. To fix this, provide a valid path to the ffmpeg executable inside this file using the syntax \"FFMPEG_EXEC_PATH=/usr/bin/ffmpeg\".";
12381238
}
12391239

0 commit comments

Comments
 (0)