- ffmpeg (7:4.4.1-3+rpi1) bookworm-staging; urgency=medium
++ffmpeg (7:4.4.2-1+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 7:4.4-5+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 05 Sep 2021 20:59:14 +0000]
+ * Link with libatomic on armhf too.
+
- -- Raspbian forward porter <root@raspbian.org> Thu, 27 Jan 2022 09:12:32 +0000
++ -- Raspbian forward porter <root@raspbian.org> Sun, 24 Apr 2022 16:09:13 +0000
++
+ ffmpeg (7:4.4.2-1) unstable; urgency=medium
+
+ * New upstream version 4.4.2
+ * debian/rules: Disable sndio
+
+ -- Sebastian Ramacher <sramacher@debian.org> Mon, 18 Apr 2022 21:42:58 +0200
ffmpeg (7:4.4.1-3) unstable; urgency=medium
--enable-opengl \
--enable-sdl2
+ # disable sndio, it's pulled in via libopenal-dev and autodected
+ CONFIG += --disable-sndio
+
# link with -latomic on armel and mipsel (https://trac.ffmpeg.org/ticket/9275)
-ifneq (,$(filter armel mipsel,$(DEB_HOST_ARCH)))
+ifneq (,$(filter armel armhf mipsel,$(DEB_HOST_ARCH)))
CONFIG += --extra-libs=-latomic
endif