Accepting request 1042185 from multimedia:libs
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS streams and is used by OBS Studio (forwarded request 1041371 from gmbr3) OBS-URL: https://build.opensuse.org/request/show/1042185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=9
This commit is contained in:
commit
264d339068
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 11:27:56 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
|
||||
streams and is used by OBS Studio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:01:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Drop BuildRequire on SDL2 to break a dependency loop; with this,
|
||||
/usr/bin/ffplay is no longer built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 16 01:32:19 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
|
@ -163,6 +163,7 @@ BuildRequires: pkgconfig(ogg)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: pkgconfig(libjxl)
|
||||
BuildRequires: pkgconfig(librist)
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
|
||||
BuildRequires: pkgconfig(rav1e)
|
||||
@ -170,7 +171,6 @@ BuildRequires: pkgconfig(rav1e)
|
||||
%if %{with rubberband}
|
||||
BuildRequires: pkgconfig(rubberband)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
%if %{with smbclient}
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
%endif
|
||||
@ -589,6 +589,7 @@ LDFLAGS="%_lto_cflags" \
|
||||
--enable-libjack \
|
||||
%if 0%{?suse_version} >= 1550
|
||||
--enable-libjxl \
|
||||
--enable-librist \
|
||||
%endif
|
||||
--enable-libmp3lame \
|
||||
%if %{with mysofa}
|
||||
|
Loading…
Reference in New Issue
Block a user