diff -Nru libvpx-1.5.0/debian/changelog libvpx-1.5.0/debian/changelog --- libvpx-1.5.0/debian/changelog 2015-12-28 14:41:02.000000000 +0000 +++ libvpx-1.5.0/debian/changelog 2016-01-09 00:50:12.000000000 +0000 @@ -1,3 +1,11 @@ +libvpx (1.5.0-2+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 1.3.0-3+rpi1 by Peter Michael Green at Wed, 26 Nov 2014 23:15:27 +0000] + [Mike Thompson ] + * Modified to eliminate ARMv7 NEON build for Raspberry Pi. + + -- Raspbian forward porter Sat, 09 Jan 2016 00:50:11 +0000 + libvpx (1.5.0-2) unstable; urgency=medium * debian/rules: diff -Nru libvpx-1.5.0/debian/rules libvpx-1.5.0/debian/rules --- libvpx-1.5.0/debian/rules 2015-12-28 14:39:09.000000000 +0000 +++ libvpx-1.5.0/debian/rules 2016-01-09 00:50:12.000000000 +0000 @@ -20,8 +20,9 @@ --enable-vp9-postproc ifeq ($(DEB_HOST_ARCH_CPU),arm) -configure_flags_neon := $(configure_flags) --target=armv7-linux-gcc -BUILD_NEON=Yes +# RPI configure_flags_neon := $(configure_flags) --target=armv7-linux-gcc +# RPI BUILD_NEON=Yes +BUILD_NEON=No endif ifeq ($(DEB_HOST_ARCH), armel)