commit e18ca4d4ecc416bfad3cc37979486f9c45d416d0
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Mar 11 19:02:33 2022 +0100
Make sure we're using the full ffmpeg version.
tg_owt.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index c3c8eb1..b1f2ec3 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -58,6 +58,11 @@ BuildRequires: gcc-c++
BuildRequires: ninja-build
BuildRequires: yasm
+# Fedora now has a stripped ffmpeg. Make sure we're using the full version.
+%if 0%{?fedora} && 0%{?fedora} >= 36
+BuildRequires: ffmpeg-devel
+%endif
+
# Disabling all low-memory architectures.
ExclusiveArch: x86_64 aarch64
Show replies by date