diff -Nru ffmpeg-4.4.2/debian/changelog ffmpeg-4.4.2/debian/changelog --- ffmpeg-4.4.2/debian/changelog 2022-04-18 19:42:58.000000000 +0000 +++ ffmpeg-4.4.2/debian/changelog 2022-04-24 16:09:13.000000000 +0000 @@ -1,3 +1,10 @@ +ffmpeg (7:4.4.2-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 7:4.4-5+rpi1 by Peter Michael Green at Sun, 05 Sep 2021 20:59:14 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Sun, 24 Apr 2022 16:09:13 +0000 + ffmpeg (7:4.4.2-1) unstable; urgency=medium * New upstream version 4.4.2 diff -Nru ffmpeg-4.4.2/debian/rules ffmpeg-4.4.2/debian/rules --- ffmpeg-4.4.2/debian/rules 2022-04-18 19:39:40.000000000 +0000 +++ ffmpeg-4.4.2/debian/rules 2022-04-24 16:09:13.000000000 +0000 @@ -82,7 +82,7 @@ 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