diff -Nru libvpx-1.2.0/debian/changelog libvpx-1.2.0/debian/changelog --- libvpx-1.2.0/debian/changelog 2013-05-27 11:08:40.000000000 +0000 +++ libvpx-1.2.0/debian/changelog 2013-10-06 11:41:37.000000000 +0000 @@ -1,3 +1,10 @@ +libvpx (1.2.0-2+rpi1) jessie-staging; urgency=low + + [Mike Thompson ] + * Modified to eliminate ARMv7 NEON build for Raspberry Pi. + + -- Peter Michael Green Sun, 06 Oct 2013 11:40:58 +0000 + libvpx (1.2.0-2) unstable; urgency=low * debian/rules, diff -Nru libvpx-1.2.0/debian/rules libvpx-1.2.0/debian/rules --- libvpx-1.2.0/debian/rules 2013-05-27 10:36:34.000000000 +0000 +++ libvpx-1.2.0/debian/rules 2013-10-06 11:41:37.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)