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();