From 5e08d5ac0195debef38d8f3c073ca50e8e68abbf81b38a660352a3a7b4baeaf9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 5 Jan 2023 13:17:11 +0000 Subject: [PATCH] - 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 --- ffmpeg-5.changes | 4 +++- ffmpeg-5.spec | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index fb701c3..4c63511 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Wed Dec 21 10:46:16 UTC 2022 - Jan Engelhardt +Thu Jan 5 12:57:10 UTC 2023 - Jan Engelhardt - Provide a ffmpeg-5-mini-devel build recipe to help split 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 diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index 0eb442f..45d5afa 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -171,6 +171,7 @@ BuildRequires: pkgconfig(rav1e) %if %{with rubberband} BuildRequires: pkgconfig(rubberband) %endif +BuildRequires: pkgconfig(sdl2) %if %{with smbclient} BuildRequires: pkgconfig(smbclient) %endif