Disable video for Windows until the crash issues are fixed.

openmw-30
cc9cii 11 years ago
parent a5f0fe7282
commit 3718847ffc

@ -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…
Cancel
Save