mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Add openssl to ffmpeg linux builds
We need ffmpeg+openssl to enable multimedia networking. We kept it disabled on linux since we had linking dependency. The related patch in QtMM resolves openssl symbols dynamicaly and address the mandatory dependency. Pick-to: 6.5 6.6 Change-Id: Idad0618a5320ae32d50fe1f3866c4ffd1bf8f542 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
This commit is contained in:
@@ -72,6 +72,8 @@ build_ffmpeg() {
|
||||
|
||||
if [ "$os" == "linux" ]; then
|
||||
install_ff_nvcodec_headers
|
||||
|
||||
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"
|
||||
|
||||
@@ -21,6 +21,7 @@ sudo zypper -nq install bison flex gperf \
|
||||
zlib-devel \
|
||||
libudev-devel \
|
||||
glib2-devel \
|
||||
libopenssl-3-devel \
|
||||
freetype2-devel \
|
||||
fontconfig-devel \
|
||||
sqlite3-devel \
|
||||
|
||||
Reference in New Issue
Block a user