Remove FFMPEG check for Renderer::IsFrameDumping()

This commit is contained in:
Chris Burgener 2017-08-24 11:15:50 -04:00 committed by GitHub
parent 7155698066
commit cc03e49024
1 changed files with 0 additions and 2 deletions

View File

@ -682,10 +682,8 @@ bool Renderer::IsFrameDumping()
if (m_screenshot_request.IsSet()) if (m_screenshot_request.IsSet())
return true; return true;
#if defined(HAVE_FFMPEG)
if (SConfig::GetInstance().m_DumpFrames) if (SConfig::GetInstance().m_DumpFrames)
return true; return true;
#endif
ShutdownFrameDumping(); ShutdownFrameDumping();
return false; return false;