forked from pool/ffmpeg-4
Accepting request 623647 from home:scarabeus_iv:branches:OBS_Maintained:chromium
SLE-12 Backports support OBS-URL: https://build.opensuse.org/request/show/623647 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=8
This commit is contained in:
parent
996c1e0368
commit
ec9556a88c
@ -8,6 +8,7 @@ Wed Jul 18 12:13:38 UTC 2018 - tchvatal@suse.com
|
|||||||
* %bcond_without lv2
|
* %bcond_without lv2
|
||||||
* %bcond_without rubberband
|
* %bcond_without rubberband
|
||||||
* %bcond_without soxr
|
* %bcond_without soxr
|
||||||
|
* %bcond_without zmq
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 6 10:54:14 UTC 2018 - tchvatal@suse.com
|
Fri Jul 6 10:54:14 UTC 2018 - tchvatal@suse.com
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
%bcond_without lv2
|
%bcond_without lv2
|
||||||
%bcond_without rubberband
|
%bcond_without rubberband
|
||||||
%bcond_without soxr
|
%bcond_without soxr
|
||||||
|
%bcond_without zmq
|
||||||
%else
|
%else
|
||||||
# backports SLE12
|
# backports SLE12
|
||||||
%bcond_with codec2
|
%bcond_with codec2
|
||||||
@ -88,6 +89,7 @@
|
|||||||
%bcond_with lv2
|
%bcond_with lv2
|
||||||
%bcond_with rubberband
|
%bcond_with rubberband
|
||||||
%bcond_with soxr
|
%bcond_with soxr
|
||||||
|
%bcond_with zmq
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _name ffmpeg
|
%define _name ffmpeg
|
||||||
@ -157,7 +159,9 @@ BuildRequires: pkgconfig(libv4l2)
|
|||||||
BuildRequires: pkgconfig(libva) >= 0.35.0
|
BuildRequires: pkgconfig(libva) >= 0.35.0
|
||||||
BuildRequires: pkgconfig(libwebp) >= 0.4
|
BuildRequires: pkgconfig(libwebp) >= 0.4
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
%if %{with zmq}
|
||||||
BuildRequires: pkgconfig(libzmq)
|
BuildRequires: pkgconfig(libzmq)
|
||||||
|
%endif
|
||||||
%if %{with lv2}
|
%if %{with lv2}
|
||||||
BuildRequires: pkgconfig(lilv-0)
|
BuildRequires: pkgconfig(lilv-0)
|
||||||
%endif
|
%endif
|
||||||
@ -623,7 +627,9 @@ CFLAGS="%optflags" \
|
|||||||
%if %{with zimg}
|
%if %{with zimg}
|
||||||
--enable-libzimg \
|
--enable-libzimg \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with zmq}
|
||||||
--enable-libzmq \
|
--enable-libzmq \
|
||||||
|
%endif
|
||||||
--enable-libzvbi \
|
--enable-libzvbi \
|
||||||
%if %{with lv2}
|
%if %{with lv2}
|
||||||
--enable-lv2 \
|
--enable-lv2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user