Enable smb support

el9
Leigh Scott 4 years ago
parent db2bb5846a
commit dae562d934

@ -28,6 +28,9 @@
%endif %endif
%if 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?fedora} || 0%{?rhel} > 7
%ifnarch i686
%global _with_smb 1
%endif
%ifarch x86_64 i686 %ifarch x86_64 i686
%global _with_vapoursynth 1 %global _with_vapoursynth 1
%endif %endif
@ -95,7 +98,7 @@ ExclusiveArch: armv7hnl
%global lesser L %global lesser L
%endif %endif
%if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb} || 0%{?_with_vmaf} %if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb} || 0%{?_with_vmaf} || 0%{?_with_smb}
%global ffmpeg_license %{?lesser}GPLv3+ %global ffmpeg_license %{?lesser}GPLv3+
%else %else
%global ffmpeg_license %{?lesser}GPLv2+ %global ffmpeg_license %{?lesser}GPLv2+
@ -317,7 +320,7 @@ This package contains development files for %{name}
%{?_with_rav1e:--enable-librav1e} \\\ %{?_with_rav1e:--enable-librav1e} \\\
%{?_with_rtmp:--enable-librtmp} \\\ %{?_with_rtmp:--enable-librtmp} \\\
%{?_with_rubberband:--enable-librubberband} \\\ %{?_with_rubberband:--enable-librubberband} \\\
%{?_with_smb:--enable-libsmbclient} \\\ %{?_with_smb:--enable-libsmbclient --enable-version3} \\\
%{?_with_snappy:--enable-libsnappy} \\\ %{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\ --enable-libsoxr \\\
--enable-libspeex \\\ --enable-libspeex \\\

Loading…
Cancel
Save