1
0
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:
Jan Engelhardt 2018-07-18 12:55:02 +00:00 committed by Git OBS Bridge
parent 996c1e0368
commit ec9556a88c
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Wed Jul 18 12:13:38 UTC 2018 - tchvatal@suse.com
* %bcond_without lv2
* %bcond_without rubberband
* %bcond_without soxr
* %bcond_without zmq
-------------------------------------------------------------------
Fri Jul 6 10:54:14 UTC 2018 - tchvatal@suse.com

View File

@ -81,6 +81,7 @@
%bcond_without lv2
%bcond_without rubberband
%bcond_without soxr
%bcond_without zmq
%else
# backports SLE12
%bcond_with codec2
@ -88,6 +89,7 @@
%bcond_with lv2
%bcond_with rubberband
%bcond_with soxr
%bcond_with zmq
%endif
%define _name ffmpeg
@ -157,7 +159,9 @@ BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libva) >= 0.35.0
BuildRequires: pkgconfig(libwebp) >= 0.4
BuildRequires: pkgconfig(libxml-2.0)
%if %{with zmq}
BuildRequires: pkgconfig(libzmq)
%endif
%if %{with lv2}
BuildRequires: pkgconfig(lilv-0)
%endif
@ -623,7 +627,9 @@ CFLAGS="%optflags" \
%if %{with zimg}
--enable-libzimg \
%endif
%if %{with zmq}
--enable-libzmq \
%endif
--enable-libzvbi \
%if %{with lv2}
--enable-lv2 \