Both shell scripts of Linux and macOS were now merged into one for detect OS with simple command
For Windows build script of Visual Studio is merged into VVCEasy.bat (batch file script).
Both files of Windows batch file & Unix shell script were able to build Fraunhofer VVC binaries.
- Martin Eesmaa
This is for final Bitmovin vvDecPlayer of Windows & Linux build. macOS might come later...
For the latest vvdec shared libraries cannot run to vvDecPlayer due crashes violation of outdated inside GUI application. This will keep old version of vvdec to run stable.
Also for Windows, I added SSL & crypto shared library can download online segments over HTTPS connections. Removed unused shared libraries to reduce size.
For Linux, it is now universal AppImage format to run up to Linux 3.2.0 and later.
- Martin Eesmaa
Windows build of x64 compiled on MSVC and Win32 compiled on GCC.
All Linux binaries are compiled on GCC.
macOS and BSD binaries are compiled on Clang.
- Martin Eesmaa