mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-02-06 11:27:19 +00:00
VNC-151 Compile fix
This commit is contained in:
parent
63f6ff81c5
commit
1838862168
@ -501,6 +501,7 @@ void EncodeManager::doUpdate(bool allowLossy, const Region& changed_,
|
||||
|
||||
updateQualities();
|
||||
|
||||
printf("TOTAL FRAME TOOK: %d\n", msSince(&start));
|
||||
conn->writer()->writeFramebufferUpdateEnd();
|
||||
}
|
||||
|
||||
|
||||
@ -5,10 +5,7 @@
|
||||
#include <rfb/SMsgWriter.h>
|
||||
#include <rfb/encodings.h>
|
||||
#include <tbb/parallel_for_each.h>
|
||||
#include "ScreenEncoderManager.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "VideoEncoder.h"
|
||||
#include "VideoEncoderFactory.h"
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <mutex>
|
||||
#include "KasmVideoConstants.h"
|
||||
#include "VideoEncoder.h"
|
||||
#include "rfb/Encoder.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user