Qt: Fix non-USE_FFMPEG build
Jeffrey Pfau jeffrey@endrift.com
Mon, 10 Nov 2014 23:44:58 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
src/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) {