mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +08:00
This patch configures FFmpeg with network support. This enables QtMM to handle network source such as HTTP, HTTPS, or RTSP. Details: - on macOS and windows ffmpeg uses native security backend so we don't include openssl to the build. Additional patch for linking with the security backend is in QtMM commit under the same task. - on linux we add openssl; for all CI linux platforms libssl-dev is installed. Task-number: QTBUG-110708 Pick-to: 6.5 Change-Id: I80a7dfda702c4d554df3a7380aac642890a28b94 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)