diff -Nru libvpx-1.4.0/debian/changelog libvpx-1.4.0/debian/changelog --- libvpx-1.4.0/debian/changelog 2015-05-14 11:19:56.000000000 +0000 +++ libvpx-1.4.0/debian/changelog 2015-06-11 19:42:23.000000000 +0000 @@ -1,3 +1,10 @@ +libvpx (1.4.0-3+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 Thu, 11 Jun 2015 19:42:20 +0000 + libvpx (1.4.0-3) unstable; urgency=medium * debian/rules: diff -Nru libvpx-1.4.0/debian/rules libvpx-1.4.0/debian/rules --- libvpx-1.4.0/debian/rules 2015-05-14 11:19:09.000000000 +0000 +++ libvpx-1.4.0/debian/rules 2015-06-11 19:42:23.000000000 +0000 @@ -14,8 +14,9 @@ --disable-install-srcs 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)