Merge pull request #3451 from RisingFog/libav

Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
Pierre Bourdon
2016-01-09 01:01:05 +01:00
13 changed files with 75 additions and 426 deletions

View File

@ -191,7 +191,7 @@ static std::string DoState(PointerWrap& p)
Movie::DoState(p);
p.DoMarker("Movie");
#if defined(HAVE_LIBAV) || defined (WIN32)
#if defined(HAVE_LIBAV) || defined (_WIN32)
AVIDump::DoState();
#endif