diff -Nru libde265-1.0.2/debian/changelog libde265-1.0.2/debian/changelog --- libde265-1.0.2/debian/changelog 2015-07-16 09:54:36.000000000 +0000 +++ libde265-1.0.2/debian/changelog 2015-10-04 21:44:16.000000000 +0000 @@ -1,3 +1,9 @@ +libde265 (1.0.2-1+rpi1) stretch-staging; urgency=medium + + * Disable neon. + + -- Peter Michael Green Sun, 04 Oct 2015 21:44:10 +0000 + libde265 (1.0.2-1) unstable; urgency=low * Imported Upstream version 1.0.2 diff -Nru libde265-1.0.2/debian/patches/disable-neon.patch libde265-1.0.2/debian/patches/disable-neon.patch --- libde265-1.0.2/debian/patches/disable-neon.patch 1970-01-01 00:00:00.000000000 +0000 +++ libde265-1.0.2/debian/patches/disable-neon.patch 2015-10-04 21:55:11.000000000 +0000 @@ -0,0 +1,31 @@ +Description: Disable neon. +Author: Peter Michael Green + +--- +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: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- 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.2/debian/patches/series libde265-1.0.2/debian/patches/series --- libde265-1.0.2/debian/patches/series 2015-07-16 09:54:36.000000000 +0000 +++ libde265-1.0.2/debian/patches/series 2015-10-04 21:55:02.000000000 +0000 @@ -1,2 +1,3 @@ only_export_decoder_api.patch disable_tools.patch +disable-neon.patch