- Reenable SDL2 for ffmpeg-5.spec. ffplay and -vf sdl should be back. [boo#1206505]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=43
This commit is contained in:
Jan Engelhardt 2023-01-05 13:17:11 +00:00 committed by Git OBS Bridge
parent 81104089f3
commit 5e08d5ac01
2 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 21 10:46:16 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Thu Jan 5 12:57:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Provide a ffmpeg-5-mini-devel build recipe to help split - Provide a ffmpeg-5-mini-devel build recipe to help split
anticipated build cycles. anticipated build cycles.
- Reenable SDL2 for ffmpeg-5.spec. ffplay and -vf sdl should be
back. [boo#1206505]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 12 21:18:30 UTC 2022 - Dirk Müller <dmueller@suse.com> Mon Dec 12 21:18:30 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -171,6 +171,7 @@ BuildRequires: pkgconfig(rav1e)
%if %{with rubberband} %if %{with rubberband}
BuildRequires: pkgconfig(rubberband) BuildRequires: pkgconfig(rubberband)
%endif %endif
BuildRequires: pkgconfig(sdl2)
%if %{with smbclient} %if %{with smbclient}
BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(smbclient)
%endif %endif