mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 15:38:15 +08:00
Disable openssl for ffmpeg library
Openssl library causes backward compatibility issues. We need to disable it to make ffmpegmediaplugin work on all supported linux platforms. Fixes: QTBUG-113324 Pick-to: 6.5 6.5.1 Change-Id: Ib266e2cf67e9336fb206735b8b2418fccd8f7b00 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
@@ -90,7 +90,6 @@ build_ffmpeg() {
|
||||
}
|
||||
|
||||
if [ "$os" == "linux" ]; then
|
||||
ffmpeg_config_options="$ffmpeg_config_options --enable-openssl"
|
||||
build_ffmpeg
|
||||
sudo mv "$ffmpeg_source_dir/build/installed/usr/local/$ffmpeg_name" "/usr/local"
|
||||
SetEnvVar "FFMPEG_DIR" "/usr/local/$ffmpeg_name"
|
||||
|
||||
Reference in New Issue
Block a user