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:
parent
2b03c06e29
commit
d379fede7d
@ -17,6 +17,7 @@ libgsm # libgsm
|
|||||||
libmp3lame # lame
|
libmp3lame # lame
|
||||||
libopenjpeg # openjpeg
|
libopenjpeg # openjpeg
|
||||||
libopus # opus
|
libopus # opus
|
||||||
|
librav1e # rav1e
|
||||||
libschroedinger # schroedinger
|
libschroedinger # schroedinger
|
||||||
libspeex # speex
|
libspeex # speex
|
||||||
libtheora # libtheora
|
libtheora # libtheora
|
||||||
|
@ -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>
|
Sun Jul 12 16:08:10 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
%bcond_without srt
|
%bcond_without srt
|
||||||
%bcond_without codec2
|
%bcond_without codec2
|
||||||
%bcond_without lv2
|
%bcond_without lv2
|
||||||
|
%bcond_without librav1e
|
||||||
%bcond_without rubberband
|
%bcond_without rubberband
|
||||||
%bcond_without soxr
|
%bcond_without soxr
|
||||||
%bcond_without zmq
|
%bcond_without zmq
|
||||||
@ -75,6 +76,7 @@
|
|||||||
%bcond_with srt
|
%bcond_with srt
|
||||||
%bcond_with codec2
|
%bcond_with codec2
|
||||||
%bcond_with lv2
|
%bcond_with lv2
|
||||||
|
%bcond_with librav1e
|
||||||
%bcond_with rubberband
|
%bcond_with rubberband
|
||||||
%bcond_with soxr
|
%bcond_with soxr
|
||||||
%bcond_with zmq
|
%bcond_with zmq
|
||||||
@ -169,6 +171,9 @@ BuildRequires: pkgconfig(lilv-0)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(ogg)
|
BuildRequires: pkgconfig(ogg)
|
||||||
BuildRequires: pkgconfig(opus)
|
BuildRequires: pkgconfig(opus)
|
||||||
|
%if %{with librav1e}
|
||||||
|
BuildRequires: pkgconfig(rav1e)
|
||||||
|
%endif
|
||||||
%if %{with rubberband}
|
%if %{with rubberband}
|
||||||
BuildRequires: pkgconfig(rubberband)
|
BuildRequires: pkgconfig(rubberband)
|
||||||
%endif
|
%endif
|
||||||
@ -642,6 +647,9 @@ LDFLAGS="%_lto_cflags" \
|
|||||||
%endif
|
%endif
|
||||||
--enable-libopus \
|
--enable-libopus \
|
||||||
--enable-libpulse \
|
--enable-libpulse \
|
||||||
|
%if %{with librav1e}
|
||||||
|
--enable-librav1e \
|
||||||
|
%endif
|
||||||
%if %{with rubberband}
|
%if %{with rubberband}
|
||||||
--enable-librubberband \
|
--enable-librubberband \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user