diff -Nru libde265-1.0.7/debian/changelog libde265-1.0.7/debian/changelog
--- libde265-1.0.7/debian/changelog	2020-09-25 11:00:59.000000000 +0000
+++ libde265-1.0.7/debian/changelog	2020-10-01 22:48:29.000000000 +0000
@@ -1,3 +1,10 @@
+libde265 (1.0.7-1+rpi1) bullseye-staging; urgency=medium
+
+  [changes brought forward from 1.0.2-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 04 Oct 2015 21:44:10 +0000]
+  * Disable neon.
+
+ -- Raspbian forward porter <root@raspbian.org>  Thu, 01 Oct 2020 22:48:29 +0000
+
 libde265 (1.0.7-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru libde265-1.0.7/debian/patches/disable-neon.patch libde265-1.0.7/debian/patches/disable-neon.patch
--- libde265-1.0.7/debian/patches/disable-neon.patch	1970-01-01 00:00:00.000000000 +0000
+++ libde265-1.0.7/debian/patches/disable-neon.patch	2020-10-01 22:48:29.000000000 +0000
@@ -0,0 +1,31 @@
+Description:  Disable neon.
+Author: Peter Michael Green <plugwash@raspbian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libde265-1.0.2.orig/configure.ac
++++ libde265-1.0.2/configure.ac
+@@ -148,9 +148,9 @@ case $target_cpu in
+     if test x"$disable_arm" != x"yes"; then
+       AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions])
+ 
+-      AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
+-          AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
+-          ax_cv_support_neon_ext=yes], [])
++      #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
++      #    AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
++      #    ax_cv_support_neon_ext=yes], [])
+ 
+       AC_ARG_ENABLE(thumb,
+                     [AS_HELP_STRING([--enable-thumb],
diff -Nru libde265-1.0.7/debian/patches/series libde265-1.0.7/debian/patches/series
--- libde265-1.0.7/debian/patches/series	2020-09-25 11:00:59.000000000 +0000
+++ libde265-1.0.7/debian/patches/series	2020-10-01 22:48:29.000000000 +0000
@@ -1,3 +1,4 @@
 only_export_decoder_api.patch
 disable_tools.patch
 fix_exported_symbols.patch
+disable-neon.patch