mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00: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:
parent
caad098b69
commit
16c4ffd89b
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue