diff -Nru libav-0.8.6/debian/changelog libav-0.8.6/debian/changelog --- libav-0.8.6/debian/changelog 2013-03-24 07:05:25.000000000 +0000 +++ libav-0.8.6/debian/changelog 2013-03-31 14:46:43.000000000 +0100 @@ -1,3 +1,9 @@ +libav (6:0.8.6-1+rpi1) wheezy-staging; urgency=low + + * Disable build of neon flavour + + -- Peter Michael Green Sun, 31 Mar 2013 13:46:03 +0000 + libav (6:0.8.6-1) unstable; urgency=low * Imported Upstream version 0.8.6, new releases fixes: diff -Nru libav-0.8.6/debian/confflags libav-0.8.6/debian/confflags --- libav-0.8.6/debian/confflags 2013-03-24 07:05:25.000000000 +0000 +++ libav-0.8.6/debian/confflags 2013-03-31 14:46:43.000000000 +0100 @@ -47,7 +47,8 @@ endif # only build a NEON flavour if the toolchain doesn't enable NEON by default ifneq ($(has_neon),1) - FLAVORS += neon + #RPI -- don't build neon flavour + #FLAVORS += neon endif # calling-conventions for VFP and NEON flavours: if the toolchain uses # -mfloat-abi=soft, we want to use softfp, otherwise we want to use the