diff -Nru ffmpeg-4.4/debian/changelog ffmpeg-4.4/debian/changelog --- ffmpeg-4.4/debian/changelog 2021-08-22 12:34:35.000000000 +0000 +++ ffmpeg-4.4/debian/changelog 2021-09-05 20:59:14.000000000 +0000 @@ -1,3 +1,9 @@ +ffmpeg (7:4.4-5+rpi1) bookworm-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sun, 05 Sep 2021 20:59:14 +0000 + ffmpeg (7:4.4-5) unstable; urgency=medium * Upload to unstable diff -Nru ffmpeg-4.4/debian/rules ffmpeg-4.4/debian/rules --- ffmpeg-4.4/debian/rules 2021-08-20 14:31:46.000000000 +0000 +++ ffmpeg-4.4/debian/rules 2021-09-05 20:58:40.000000000 +0000 @@ -79,7 +79,7 @@ --enable-sdl2 # 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