Use ffmpeg for Windows Video Dumping instead of VFW

This commit is contained in:
Chris Burgener
2016-01-02 13:07:08 -05:00
parent 079be1db9a
commit c34fb3edf0
13 changed files with 73 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