Add a missing HAVE_FFMPEG guard

This commit is contained in:
Cameron Gutman 2018-07-21 17:32:00 -07:00
parent eb536c2273
commit b7b452875d

View file

@ -5,7 +5,9 @@
#include <SDL.h>
#include "utils.h"
#ifdef HAVE_FFMPEG
#include "video/ffmpeg.h"
#endif
#include <QRandomGenerator>
#include <QtEndian>