- bug fixes to stabilize the windows build

This commit is contained in:
Mark Vejvoda
2013-02-09 06:57:05 +00:00
parent f06f86904c
commit 9bc6d33f1d
15 changed files with 82 additions and 42 deletions

View File

@@ -463,8 +463,9 @@ bool VideoPlayer::hasBackEndVideoPlayer() {
#ifdef HAS_LIBVLC
return true;
#endif
#else
return false;
#endif
}
void VideoPlayer::cleanupPlayer() {