oxfplayer icon indicating copy to clipboard operation
oxfplayer copied to clipboard

CMake build with updated libraries

Open andrewGuzGRSE opened this issue 1 year ago • 0 comments

This is a new 64 bits cross-platform CMake project for ONVIF Player with updated libraries (some of them are submodules now).

What was changed in original files:

  • some OpenSSL usage due to newer version
  • some support for x64 version
  • duplicate oxfverifier - will use from parser folder, not from parserUI folder (attention - there is some difference between them)
  • EngineTest that uses not existing calcTime function

Most changes in src folder were done to support new OpenSSL library (tested with 3.3.1) and 64 bits.

Tested on Debian 12 and Windows 11.

For more information how to build, please, read player/README.md

andrewGuzGRSE avatar Sep 04 '24 16:09 andrewGuzGRSE