mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-USE_FFMPEG build
This commit is contained in:
parent
bbdb8b513b
commit
fba659daa1
|
@ -65,7 +65,10 @@ Window::Window(ConfigController* config, QWidget* parent)
|
|||
|
||||
Window::~Window() {
|
||||
delete m_logView;
|
||||
|
||||
#ifdef USE_FFMPEG
|
||||
delete m_videoView;
|
||||
#endif
|
||||
}
|
||||
|
||||
void Window::argumentsPassed(GBAArguments* args) {
|
||||
|
|
Loading…
Reference in New Issue