forked from jengelh/ffmpeg-4
Revert req785380 because it did not actually turn on SMB
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=107
This commit is contained in:
parent
3e933d51a8
commit
9ab3a296ee
@ -3,11 +3,6 @@ Mon Mar 16 13:30:41 UTC 2020 - Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
- Add -ffat-lto-objects to _lto_cflags to fix configure checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,7 +52,6 @@
|
||||
%bcond_with fdk_aac_dlopen
|
||||
%bcond_with librtmp
|
||||
%bcond_with opencore
|
||||
%bcond_with smbclient
|
||||
%bcond_with x264
|
||||
%bcond_with x265
|
||||
%bcond_with xvid
|
||||
@ -647,10 +646,6 @@ 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