cloud-game/.github/workflows/cd
Sergey Stepanov b1b33713d6 Add the initial libyuv support
The main benefit of libyuv, apart from shortening the video pipeline, is quite noticeable latency and CPU usage decrease due to various assembler/SIMD optimizations of the library. However, there is a drawback for macOS systems: libyuv cannot be downloaded as a compiled library and can only be built from the source, which means we should include a cropped source code of the library (~10K LoC) into the app or rise the complexity of macOS dev and run toolchains. The main target system -- Linux, and Windows will use compiled lib from the package managers and macOS will use the lib included as a shortened source-code.

Building the app with the no_libyuv tag will force it to use libyuv from the provided source files.
2023-10-15 18:55:53 +03:00
..
_provider Use Bash in CD 2021-08-25 13:50:02 +03:00
cloudretro.io Add the initial libyuv support 2023-10-15 18:55:53 +03:00
deploy-app.sh Embed config.yaml into both apps 2023-05-12 14:31:21 +03:00
docker-compose.yml Update cloudretro.io deployments 2023-05-12 16:49:15 +03:00