From 16c4ffd89bfc3fad9ec9fd9b6e71ad469d41eee3 Mon Sep 17 00:00:00 2001 From: smelenchuk Date: Fri, 11 Feb 2011 20:10:22 +0000 Subject: [PATCH] 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 --- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index 7f4e0aa6ec..1646161ee2 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -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