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

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