commit 401f630baceb499b308757c823a4887c20301c15
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed Feb 16 16:50:06 2022 +0100
Added a new workaround against ffmpeg-free usage.
telegram-desktop.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index e6c7cd5..2d8bb76 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -152,6 +152,11 @@ BuildRequires: pkgconfig(xcb-record)
BuildRequires: pkgconfig(xcb-screensaver)
%endif
+# Fedora now has a stripped ffmpeg. Make sure we're using the full version.
+%if 0%{?fedora} && 0%{?fedora} >= 36
+BuildRequires: ffmpeg-devel
+%endif
+
Requires: hicolor-icon-theme
Requires: open-sans-fonts
Requires: webkit2gtk3%{?_isa}
Show replies by date