mirror of https://github.com/neutrinolabs/xrdp
vrplayer: got rid of some usleep compile errors
This commit is contained in:
parent
14a4ac5a79
commit
318ed3acb1
|
@ -1,3 +1,6 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "demuxmedia.h"
|
||||
|
||||
DemuxMedia::DemuxMedia(QObject *parent, QQueue<MediaPacket *> *audioQueue,
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "playaudio.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "playvideo.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
|
Loading…
Reference in New Issue