Rename define HAVE_LIBAV->HAVE_FFMPEG

This commit is contained in:
Michael Maltese
2017-05-26 00:32:35 -07:00
parent 9dfd8bbf38
commit 53acd25de4
5 changed files with 9 additions and 9 deletions

View File

@@ -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