forked from pool/ffmpeg-4
- Unconditionalize bs2b, it exists in openSUSE 13.x too.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=49
This commit is contained in:
parent
ff591e3384
commit
857d4dfcfa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 07:38:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Unconditionalize bs2b, it exists in openSUSE 13.x too.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 08:02:29 UTC 2019 - bjorn.lie@gmail.com
|
Fri Mar 1 08:02:29 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -69,7 +69,6 @@
|
|||||||
%bcond_without vidstab
|
%bcond_without vidstab
|
||||||
%bcond_without srt
|
%bcond_without srt
|
||||||
%bcond_without codec2
|
%bcond_without codec2
|
||||||
%bcond_without bs2b
|
|
||||||
%bcond_without lv2
|
%bcond_without lv2
|
||||||
%bcond_without rubberband
|
%bcond_without rubberband
|
||||||
%bcond_without soxr
|
%bcond_without soxr
|
||||||
@ -80,7 +79,6 @@
|
|||||||
%bcond_with vidstab
|
%bcond_with vidstab
|
||||||
%bcond_with srt
|
%bcond_with srt
|
||||||
%bcond_with codec2
|
%bcond_with codec2
|
||||||
%bcond_with bs2b
|
|
||||||
%bcond_with lv2
|
%bcond_with lv2
|
||||||
%bcond_with rubberband
|
%bcond_with rubberband
|
||||||
%bcond_with soxr
|
%bcond_with soxr
|
||||||
@ -147,9 +145,7 @@ BuildRequires: pkgconfig(gnutls)
|
|||||||
BuildRequires: pkgconfig(jack)
|
BuildRequires: pkgconfig(jack)
|
||||||
BuildRequires: pkgconfig(libass)
|
BuildRequires: pkgconfig(libass)
|
||||||
BuildRequires: pkgconfig(libbluray)
|
BuildRequires: pkgconfig(libbluray)
|
||||||
%if %{with bs2b}
|
|
||||||
BuildRequires: pkgconfig(libbs2b)
|
BuildRequires: pkgconfig(libbs2b)
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libcdio)
|
BuildRequires: pkgconfig(libcdio)
|
||||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||||
BuildRequires: pkgconfig(libdc1394-2)
|
BuildRequires: pkgconfig(libdc1394-2)
|
||||||
|
Loading…
Reference in New Issue
Block a user