1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00

Disable video for Windows until the crash issues are fixed.

This commit is contained in:
cc9cii 2014-05-23 21:07:01 +10:00
parent a5f0fe7282
commit 3718847ffc

View File

@ -1080,6 +1080,11 @@ VideoPlayer::~VideoPlayer()
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)
close();