From 2a77da640a3e37d074cd02671c0cfa00597a5342 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 15 Feb 2022 11:00:20 -0500 Subject: [PATCH] Add clarification on weak dependency on openh264 library --- ffmpeg.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index bed6917..1e5b4c9 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -305,6 +305,8 @@ Summary: FFmpeg codec library Requires: libavutil%{?pkg_suffix}%{_isa} = %{version}-%{release} Requires: libswresample%{?pkg_suffix}%{_isa} = %{version}-%{release} # We dlopen() openh264, so weak-depend on it... +## Note, we can do this because openh264 is provided in a default-enabled +## third party repository provided by Cisco. Recommends: libopenh264.so.6%{?lib64_suffix} %description -n libavcodec%{?pkg_suffix}