mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-14 12:09:09 +00:00
Rename define HAVE_LIBAV->HAVE_FFMPEG
This commit is contained in:
parent
9dfd8bbf38
commit
53acd25de4
5 changed files with 9 additions and 9 deletions
|
@ -191,7 +191,7 @@ static std::string DoState(PointerWrap& p)
|
|||
Gecko::DoState(p);
|
||||
p.DoMarker("Gecko");
|
||||
|
||||
#if defined(HAVE_LIBAV) || defined(_WIN32)
|
||||
#if defined(HAVE_FFMPEG) || defined(_WIN32)
|
||||
AVIDump::DoState();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue