Skip to content

Commit

Permalink
fix(x265): include .so files properly (#2613)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Dec 14, 2024
1 parent fdec615 commit 3036515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/fusion/x265/x265.spec
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ done
%files libs
%license COPYING
%{_libdir}/libhdr10plus.so
%{_libdir}/libx265.so.%{_so_version}
%{_libdir}/libx265.so.*
%ifarch x86_64 aarch64 ppc64 ppc64le
%{_libdir}/libx265_main10.so.%{_so_version}
%{_libdir}/libx265_main12.so.%{_so_version}
%{_libdir}/libx265_main10.so.*
%{_libdir}/libx265_main12.so.*
%endif

%files devel
Expand Down

0 comments on commit 3036515

Please sign in to comment.