mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Rename define HAVE_LIBAV->HAVE_FFMPEG
This commit is contained in:
@ -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 {}; }
|
||||
|
Reference in New Issue
Block a user