diff -Nru libav-0.8.13/debian/changelog libav-0.8.13/debian/changelog --- libav-0.8.13/debian/changelog 2014-06-28 21:45:38.000000000 +0000 +++ libav-0.8.13/debian/changelog 2014-07-29 01:53:33.000000000 +0000 @@ -1,3 +1,9 @@ +libav (6:0.8.13-1+rpi1) wheezy-staging; urgency=low + + * Disable build of neon flavour + + -- Peter Michael Green Tue, 29 Jul 2014 01:52:54 +0000 + libav (6:0.8.13-1) stable-security; urgency=medium * Imported Upstream version 0.8.12, new releases fixes: diff -Nru libav-0.8.13/debian/confflags libav-0.8.13/debian/confflags --- libav-0.8.13/debian/confflags 2014-06-28 20:32:53.000000000 +0000 +++ libav-0.8.13/debian/confflags 2014-07-29 01:53:33.000000000 +0000 @@ -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