commit e835811c3825c16db200e6e66238024301374dd9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 31 17:03:00 2020 +0000
Enable smb support
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f0b521b..dd07c96 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -27,6 +27,9 @@
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
+%ifnarch i686
+%global _with_smb 1
+%endif
%ifarch x86_64 i686
%global _with_vapoursynth 1
%endif
@@ -321,7 +324,7 @@ This package contains development files for %{name}
%{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\
%{?_with_rubberband:--enable-librubberband} \\\
- %{?_with_smb:--enable-libsmbclient} \\\
+ %{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
--enable-libspeex \\\