OGL plugin: Include AVIDump.h unconditionally in Render.h so that Linux builds without libav don't break.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7133 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
smelenchuk 2011-02-11 20:10:22 +00:00
parent caad098b69
commit 16c4ffd89b
1 changed files with 0 additions and 2 deletions

View File

@ -63,9 +63,7 @@
#ifdef _WIN32
#include "EmuWindow.h"
#endif
#if defined _WIN32 || defined HAVE_LIBAV
#include "AVIDump.h"
#endif
#if defined(HAVE_WX) && HAVE_WX
#include <wx/image.h>