mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #3451 from RisingFog/libav
Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user