forked from jengelh/ffmpeg-4
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:
parent
5e5393b52e
commit
d94e35ef31
@ -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>
|
||||
|
||||
|
@ -52,6 +52,7 @@
|
||||
%bcond_with fdk_aac_dlopen
|
||||
%bcond_with librtmp
|
||||
%bcond_with opencore
|
||||
%bcond_with smbclient
|
||||
%bcond_with x264
|
||||
%bcond_with x265
|
||||
%bcond_with xvid
|
||||
@ -643,6 +644,10 @@ LDFLAGS="%_lto_cflags" \
|
||||
%if %{with rubberband}
|
||||
--enable-librubberband \
|
||||
%endif
|
||||
%if %{with smbclient}
|
||||
--enable-libsmbclient \
|
||||
--enable-version3 \
|
||||
%endif
|
||||
%if %{with soxr}
|
||||
--enable-libsoxr \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user