MSVC: define HAVE_FFMPEG

This commit is contained in:
Michael Maltese 2017-05-22 12:27:10 -07:00
commit 3ca03373ae
5 changed files with 9 additions and 8 deletions

View file

@ -191,7 +191,7 @@ static std::string DoState(PointerWrap& p)
Gecko::DoState(p);
p.DoMarker("Gecko");
#if defined(HAVE_FFMPEG) || defined(_WIN32)
#if defined(HAVE_FFMPEG)
AVIDump::DoState();
#endif