Add clarification on weak dependency on openh264 library

This commit is contained in:
Neal Gompa 2022-02-15 11:00:20 -05:00
parent d0a64b9dfc
commit 2a77da640a
1 changed files with 2 additions and 0 deletions

View File

@ -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}