moviplayer: suppress unused variable warning

Origin commit data
------------------
Commit: 597b40664f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)
This commit is contained in:
Stefan Seyfried
2017-09-23 18:14:22 +02:00
parent 0793de5c77
commit e916363ac5

View File

@@ -2844,6 +2844,8 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
}
}
sc->Start();
#else
(void)forcover;
#endif
if (autoshot)
autoshot_done = true;