mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 10:47:07 +08:00
Prepare install-ffmpeg.ps1 script for turning on dynamically linked FFmpeg on Windows. Script on Windows will use MSYS2 and run same bash script as Linux host. To make it possible first need to install binutils (for readelf) and patchelf. As patchelf is not available by pacman, it is compiled and installed from sources. Pick-to: 6.8 Task-number: QTBUG-122010 Change-Id: Ide1e7da82f73b1663a3c5d7657c53057281ebe94 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>