mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +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
Change-Id: Ib266e2cf67e9336fb206735b8b2418fccd8f7b00
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit e1b7e865ec)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
8ed3ca4015
commit
49327b053c
@@ -90,7 +90,6 @@ build_ffmpeg() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [ "$os" == "linux" ]; then
|
if [ "$os" == "linux" ]; then
|
||||||
ffmpeg_config_options="$ffmpeg_config_options --enable-openssl"
|
|
||||||
build_ffmpeg
|
build_ffmpeg
|
||||||
sudo mv "$ffmpeg_source_dir/build/installed/usr/local/$ffmpeg_name" "/usr/local"
|
sudo mv "$ffmpeg_source_dir/build/installed/usr/local/$ffmpeg_name" "/usr/local"
|
||||||
SetEnvVar "FFMPEG_DIR" "/usr/local/$ffmpeg_name"
|
SetEnvVar "FFMPEG_DIR" "/usr/local/$ffmpeg_name"
|
||||||
|
|||||||
Reference in New Issue
Block a user