all repos — mgba @ fba659daa1db9beca099ff06d573ef3ff1f6ae1c

mGBA Game Boy Advance Emulator

Qt: Fix non-USE_FFMPEG build
Jeffrey Pfau jeffrey@endrift.com
Mon, 10 Nov 2014 23:44:58 -0800
commit

fba659daa1db9beca099ff06d573ef3ff1f6ae1c

parent

bbdb8b513b623b904a99bc28f61ace7cd4c62f0f

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -65,7 +65,10 @@ }

Window::~Window() { delete m_logView; + +#ifdef USE_FFMPEG delete m_videoView; +#endif } void Window::argumentsPassed(GBAArguments* args) {