Make the non-HAVE_LIBAV case compile.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7330 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5706abf4a1
commit
ccf3158da4
|
@ -200,8 +200,6 @@ Renderer::Renderer()
|
|||
|
||||
#if defined _WIN32 || defined HAVE_LIBAV
|
||||
s_bAVIDumping = false;
|
||||
#else
|
||||
f_pFrameDump = NULL;
|
||||
#endif
|
||||
|
||||
bool bSuccess = true;
|
||||
|
@ -518,9 +516,6 @@ Renderer::~Renderer()
|
|||
s_bLastFrameDumped = false;
|
||||
s_bAVIDumping = false;
|
||||
}
|
||||
#else
|
||||
if(f_pFrameDump != NULL)
|
||||
fclose(f_pFrameDump);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue