mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
MSVC: define HAVE_FFMPEG
This commit is contained in:
parent
53acd25de4
commit
3ca03373ae
5 changed files with 9 additions and 8 deletions
|
@ -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 {}; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue