mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Add a missing HAVE_FFMPEG guard
This commit is contained in:
parent
eb536c2273
commit
b7b452875d
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
|||
#include <SDL.h>
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef HAVE_FFMPEG
|
||||
#include "video/ffmpeg.h"
|
||||
#endif
|
||||
|
||||
#include <QRandomGenerator>
|
||||
#include <QtEndian>
|
||||
|
|
Loading…
Reference in a new issue