Qt: Fix non-USE_FFMPEG build

This commit is contained in:
Jeffrey Pfau 2014-11-10 23:44:58 -08:00
parent bbdb8b513b
commit fba659daa1
1 changed files with 3 additions and 0 deletions

View File

@ -65,7 +65,10 @@ Window::Window(ConfigController* config, QWidget* parent)
Window::~Window() { Window::~Window() {
delete m_logView; delete m_logView;
#ifdef USE_FFMPEG
delete m_videoView; delete m_videoView;
#endif
} }
void Window::argumentsPassed(GBAArguments* args) { void Window::argumentsPassed(GBAArguments* args) {