mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Use ffmpeg for Windows Video Dumping instead of VFW
This commit is contained in:
parent
079be1db9a
commit
c34fb3edf0
13 changed files with 73 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