SHA256
1
0
forked from jengelh/ffmpeg-4

Accepting request 821298 from home:FuchtelJockel:branches:multimedia:libs

- Add librav1e support

OBS-URL: https://build.opensuse.org/request/show/821298
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=135
This commit is contained in:
Jan Engelhardt 2020-07-17 09:39:17 +00:00 committed by Git OBS Bridge
parent 2b03c06e29
commit d379fede7d
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