Merge pull request #5476 from ligfx/ffmpegbuildcleanup

CMake/MSVC: cleanups around FFMpeg
This commit is contained in:
Mat M 2017-05-27 17:36:55 -04:00 committed by GitHub
commit 7b70fce79b
9 changed files with 193 additions and 90 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)
AVIDump::DoState();
#endif