Accepting request 785380 from home:guoyunhe:branches:multimedia:libs

- Enable libsmbclient support

OBS-URL: https://build.opensuse.org/request/show/785380
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=105
This commit is contained in:
Jan Engelhardt 2020-03-15 18:07:57 +00:00 committed by Git OBS Bridge
parent 5e5393b52e
commit d94e35ef31
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 15 11:22:21 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
- Enable libsmbclient support
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 3 13:07:51 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Tue Mar 3 13:07:51 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -47,11 +47,12 @@
%bcond_with amrwb %bcond_with amrwb
%bcond_without cuda_sdk %bcond_without cuda_sdk
%else %else
%bcond_with cuda_sdk %bcond_with cuda_sdk
%endif %endif
%bcond_with fdk_aac_dlopen %bcond_with fdk_aac_dlopen
%bcond_with librtmp %bcond_with librtmp
%bcond_with opencore %bcond_with opencore
%bcond_with smbclient
%bcond_with x264 %bcond_with x264
%bcond_with x265 %bcond_with x265
%bcond_with xvid %bcond_with xvid
@ -643,6 +644,10 @@ LDFLAGS="%_lto_cflags" \
%if %{with rubberband} %if %{with rubberband}
--enable-librubberband \ --enable-librubberband \
%endif %endif
%if %{with smbclient}
--enable-libsmbclient \
--enable-version3 \
%endif
%if %{with soxr} %if %{with soxr}
--enable-libsoxr \ --enable-libsoxr \
%endif %endif