mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
KASM-6984 Add FFmpeg support and update dependencies for benchmarking on oracle 9
This commit is contained in:
parent
ebce680e79
commit
1a2fb0341d
3 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ RUN dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-
|
|||
# Install from new repos
|
||||
RUN dnf install -y \
|
||||
giflib-devel \
|
||||
ffmpeg-devel \
|
||||
lbzip2 \
|
||||
libXfont2-devel \
|
||||
libxkbfile-devel \
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ target_include_directories(rfb PRIVATE
|
|||
${PNG_INCLUDE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/unix/kasmvncpasswd
|
||||
${CMAKE_SOURCE_DIR}/third_party/tinyxml2
|
||||
${FFMPEG_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(rfb PRIVATE ${RFB_LIBRARIES} tinyxml2_objs ${FFMPEG_LIBRARIES})
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include <rfb/LogWriter.h>
|
||||
#include <numeric>
|
||||
#include <tinyxml2.h>
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
void benchmark(const std::string &path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue