diff -Nru libvpx-1.0.0/debian/changelog libvpx-1.0.0/debian/changelog --- libvpx-1.0.0/debian/changelog 2012-02-21 11:16:21.000000000 +0000 +++ libvpx-1.0.0/debian/changelog 2012-05-17 01:31:31.000000000 +0100 @@ -1,3 +1,10 @@ +libvpx (1.0.0-2.1+rpi1) unstable; urgency=low + + * Non-maintainer upload. + * Modified to eliminate ARMv7 NEON build for Raspberry Pi. + + -- Mike Thompson Wed, 16 May 2012 17:30:55 -0700 + libvpx (1.0.0-2) unstable; urgency=low * debian/control, diff -Nru libvpx-1.0.0/debian/rules libvpx-1.0.0/debian/rules --- libvpx-1.0.0/debian/rules 2012-02-21 11:15:24.000000000 +0000 +++ libvpx-1.0.0/debian/rules 2012-05-17 01:30:25.000000000 +0100 @@ -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)