Accepting request 821475 from multimedia:libs

- Add librav1e support (forwarded request 821298 from FuchtelJockel)

OBS-URL: https://build.opensuse.org/request/show/821475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-07-21 13:43:53 +00:00 committed by Git OBS Bridge
commit 6265545a5a
3 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,7 @@ libgsm # libgsm
libmp3lame # lame
libopenjpeg # openjpeg
libopus # opus
librav1e # rav1e
libschroedinger # schroedinger
libspeex # speex
libtheora # libtheora

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 16 10:49:02 UTC 2020 - Alexander Reimelt <alexander.reimelt@protonmail.ch>
- Add librav1e support
-------------------------------------------------------------------
Sun Jul 12 16:08:10 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -64,6 +64,7 @@
%bcond_without srt
%bcond_without codec2
%bcond_without lv2
%bcond_without librav1e
%bcond_without rubberband
%bcond_without soxr
%bcond_without zmq
@ -75,6 +76,7 @@
%bcond_with srt
%bcond_with codec2
%bcond_with lv2
%bcond_with librav1e
%bcond_with rubberband
%bcond_with soxr
%bcond_with zmq
@ -169,6 +171,9 @@ BuildRequires: pkgconfig(lilv-0)
%endif
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(opus)
%if %{with librav1e}
BuildRequires: pkgconfig(rav1e)
%endif
%if %{with rubberband}
BuildRequires: pkgconfig(rubberband)
%endif
@ -642,6 +647,9 @@ LDFLAGS="%_lto_cflags" \
%endif
--enable-libopus \
--enable-libpulse \
%if %{with librav1e}
--enable-librav1e \
%endif
%if %{with rubberband}
--enable-librubberband \
%endif