mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-04 22:57:14 +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 <SDL.h>
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_FFMPEG
|
||||||
#include "video/ffmpeg.h"
|
#include "video/ffmpeg.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QRandomGenerator>
|
#include <QRandomGenerator>
|
||||||
#include <QtEndian>
|
#include <QtEndian>
|
||||||
|
|
Loading…
Add table
Reference in a new issue