mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #3451 from RisingFog/libav
Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
commit
bf1c53a6e8
13 changed files with 75 additions and 426 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue