Try moving session.h prior to vaapi.h
This commit is contained in:
parent
f72888ce6f
commit
c2d7b835fb
1 changed files with 1 additions and 2 deletions
|
|
@ -1,12 +1,11 @@
|
|||
#include <QString>
|
||||
|
||||
// HACK: Include before vaapi.h to prevent conflicts with Xlib.h
|
||||
#include <QTextStream>
|
||||
#include <streaming/session.h>
|
||||
|
||||
#include "vaapi.h"
|
||||
#include "utils.h"
|
||||
#include <streaming/streamutils.h>
|
||||
#include <streaming/session.h>
|
||||
|
||||
#include <SDL_syswm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue