diff -Nru libvpx-1.3.0/debian/changelog libvpx-1.3.0/debian/changelog
--- libvpx-1.3.0/debian/changelog	2014-10-21 08:04:37.000000000 +0000
+++ libvpx-1.3.0/debian/changelog	2014-11-26 23:15:50.000000000 +0000
@@ -1,3 +1,10 @@
+libvpx (1.3.0-3+rpi1) jessie-staging; urgency=low
+
+  [Mike Thompson <mpthompson@gmail.com>]
+  * Modified to eliminate ARMv7 NEON build for Raspberry Pi.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Wed, 26 Nov 2014 23:15:27 +0000
+
 libvpx (1.3.0-3) unstable; urgency=high
 
   * debian/control:
diff -Nru libvpx-1.3.0/debian/rules libvpx-1.3.0/debian/rules
--- libvpx-1.3.0/debian/rules	2014-08-09 12:59:46.000000000 +0000
+++ libvpx-1.3.0/debian/rules	2014-11-26 23:15:50.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)