commit af22500ee2be06bf88c11d8240b91aeb4a5358c2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 18 00:49:00 2021 +0000
Disable lensfun due to gcc issue
ffmpeg.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 8992c2c..7bb5a2a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -28,6 +28,8 @@
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
+# Disable because of gcc issue
+%global _without_lensfun 1
%ifnarch i686
%global _with_smb 1
%endif
Show replies by date