MSVC: define HAVE_FFMPEG

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

View File

@ -27,7 +27,7 @@ public:
static void Stop();
static void DoState();
#if defined(HAVE_FFMPEG) || defined(_WIN32)
#if defined(HAVE_FFMPEG)
static Frame FetchState(u64 ticks);
#else
static Frame FetchState(u64 ticks) { return {}; }