mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -63,9 +63,7 @@
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "EmuWindow.h"
|
#include "EmuWindow.h"
|
||||||
#endif
|
#endif
|
||||||
#if defined _WIN32 || defined HAVE_LIBAV
|
|
||||||
#include "AVIDump.h"
|
#include "AVIDump.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_WX) && HAVE_WX
|
#if defined(HAVE_WX) && HAVE_WX
|
||||||
#include <wx/image.h>
|
#include <wx/image.h>
|
||||||
|
Reference in New Issue
Block a user