From 8d04899eb5859d9c4f0d25ee620774614714f3e7 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sun, 5 Jan 2025 05:12:53 +0700 Subject: [PATCH] fix missing pointers --- anda/fusion/ffmpeg/ffmpeg.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fusion/ffmpeg/ffmpeg.spec b/anda/fusion/ffmpeg/ffmpeg.spec index 95bb9efd2e..0ea6de3e89 100644 --- a/anda/fusion/ffmpeg/ffmpeg.spec +++ b/anda/fusion/ffmpeg/ffmpeg.spec @@ -253,7 +253,7 @@ Conflicts: libpostproc-free Conflicts: libswresample-free Conflicts: libswscale-free %{?_with_vmaf:Recommends: vmaf-models} -Provides: libavcodec-freeworld = %{version}-%{release} +Provides: libavcodec = %{version}-%{release} %description libs FFmpeg is a complete and free Internet live audio and video @@ -537,7 +537,7 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \ %{_libdir}/lib*.so %if %{with libavcodec_freeworld} -%files -n libavcodec-freeworld +%files -n libavcodec %{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf %{_libdir}/%{name}/libavcodec.so.* %endif