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:
Soren Jorvang 2011-03-11 16:38:54 +00:00
parent 5706abf4a1
commit ccf3158da4
1 changed files with 0 additions and 5 deletions

View File

@ -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
}