Sunday, 4 September
2022
Sun, 4 Sep
'22
10:10 a.m.
commit 084a1f5901e1f5457988a7ac88fe0c443ef4d0ad
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:09:53 2022 +0100
Add requires ffmpeg-libs
x264.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/x264.spec b/x264.spec
index 5a8aaa6..6024b36 100644
--- a/x264.spec
+++ b/x264.spec
@@ -59,6 +59,7 @@ BuildRequires: nasm
%endif
# we need to enforce the exact EVR for an ISA - not only the same ABI
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
%description
x264 is a free library for encoding H264/AVC video streams, written from