diff -Nru x264-0.142.2431+gita5831aa/debian/changelog x264-0.142.2431+gita5831aa/debian/changelog
--- x264-0.142.2431+gita5831aa/debian/changelog	2014-07-11 01:21:53.000000000 +0000
+++ x264-0.142.2431+gita5831aa/debian/changelog	2014-08-01 16:25:31.000000000 +0000
@@ -1,3 +1,9 @@
+x264 (2:0.142.2431+gita5831aa-1+rpi1) jessie-staging; urgency=low
+
+  * Disable build of neon variant
+
+ -- Peter Michael Green <plugwash@p10link.net>  Fri, 01 Aug 2014 16:25:14 +0000
+
 x264 (2:0.142.2431+gita5831aa-1) unstable; urgency=low
 
   * Update to new upstream snapshot
diff -Nru x264-0.142.2431+gita5831aa/debian/confflags x264-0.142.2431+gita5831aa/debian/confflags
--- x264-0.142.2431+gita5831aa/debian/confflags	2014-07-11 01:13:07.000000000 +0000
+++ x264-0.142.2431+gita5831aa/debian/confflags	2014-08-01 16:25:31.000000000 +0000
@@ -134,18 +134,23 @@
 ifeq (arm,$(DEB_HOST_GNU_CPU))
 armv6t2_asm := movt r0, \#0
 has_armv6t2 := $(call check_asm, $(armv6t2_asm))
-ifeq ($(has_armv6t2),1)
+#ifeq ($(has_armv6t2),1)
 # extract the actual -march= the toolchain targets
 toolchain_arch := $(shell $(CC) -v 2>&1 | sed -n '/^Configured with: / s/.* --with-arch=\([^ ]*\).*/\1/p')
 ifeq ($(toolchain_arch),)
-toolchain_arch := armv6t2
+toolchain_arch := armv6
 endif
 shared_extra_cflags += -march=$(toolchain_arch)
-else
-do_opt := yes
-opt_libdir := /usr/lib/$(DEB_HOST_MULTIARCH)/neon/vfp
 shared_confflags += --disable-asm
-endif
+static_extra_cflags += -march=$(toolchain_arch)
+static_confflags += --disable-asm
+
+do_opt := no
+#else
+#do_opt := yes
+#opt_libdir := /usr/lib/$(DEB_HOST_MULTIARCH)/neon/vfp
+#shared_confflags += --disable-asm
+#endif
 endif
 
 # S390 upstream arch, s390 and s390x Debian arches; no upstream flags by