diff -Nru libvpx-1.1.0/debian/changelog libvpx-1.1.0/debian/changelog --- libvpx-1.1.0/debian/changelog 2012-05-14 09:12:56.000000000 +0100 +++ libvpx-1.1.0/debian/changelog 2012-11-08 02:18:19.000000000 +0000 @@ -1,3 +1,10 @@ +libvpx (1.1.0-1+rpi1) wheezy-staging; urgency=low + + [Mike Thompson ] + * Modified to eliminate ARMv7 NEON build for Raspberry Pi. + + -- Peter Michael Green Thu, 08 Nov 2012 02:14:46 +0000 + libvpx (1.1.0-1) unstable; urgency=low * New upstream release, "Eider". diff -Nru libvpx-1.1.0/debian/rules libvpx-1.1.0/debian/rules --- libvpx-1.1.0/debian/rules 2012-05-14 09:12:45.000000000 +0100 +++ libvpx-1.1.0/debian/rules 2012-11-08 02:18:19.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)