forked from teamnwah/openmw-tes3coop
Disable video for Windows until the crash issues are fixed.
This commit is contained in:
parent
a5f0fe7282
commit
3718847ffc
1 changed files with 5 additions and 0 deletions
|
@ -1080,6 +1080,11 @@ VideoPlayer::~VideoPlayer()
|
||||||
|
|
||||||
void VideoPlayer::playVideo(const std::string &resourceName)
|
void VideoPlayer::playVideo(const std::string &resourceName)
|
||||||
{
|
{
|
||||||
|
#ifdef WIN32
|
||||||
|
// FIXME: Need FFmpeg FLTP audio support for BIK video format
|
||||||
|
std::cout<<"Temporarily disabled, did not play \""+resourceName+"\""<<std::endl;
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
if(mState)
|
if(mState)
|
||||||
close();
|
close();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue