diff -Nru x264-0.148.2643+git5c65704/debian/changelog x264-0.148.2643+git5c65704/debian/changelog --- x264-0.148.2643+git5c65704/debian/changelog 2016-01-18 17:54:38.000000000 +0000 +++ x264-0.148.2643+git5c65704/debian/changelog 2016-05-12 20:29:07.000000000 +0000 @@ -1,3 +1,13 @@ +x264 (2:0.148.2643+git5c65704-1+rpi2) stretch-staging; urgency=medium + + [Changes introduced in 2:0.142.2431+gita5831aa-1+rpi2 by Peter Michael Green] + * Revert previous raspbian changes (not all of which were mentioned + in the changelog, start again from debian source) + * Pass --disable-asm for static build to prevent it being + armv7/neon contaminated. + + -- Peter Michael Green Thu, 12 May 2016 20:28:12 +0000 + x264 (2:0.148.2643+git5c65704-1) unstable; urgency=medium [ Rico Tzschichholz ] diff -Nru x264-0.148.2643+git5c65704/debian/confflags x264-0.148.2643+git5c65704/debian/confflags --- x264-0.148.2643+git5c65704/debian/confflags 2016-01-18 17:51:16.000000000 +0000 +++ x264-0.148.2643+git5c65704/debian/confflags 2016-05-12 20:26:14.000000000 +0000 @@ -25,7 +25,6 @@ endif # XXX why isn't --enable-visualize used in the static build? -# TODO --disable-asm when we build an opt flavor? static_confflags += \ $(common_confflags) \ --enable-static \ @@ -152,6 +151,7 @@ do_opt := yes opt_libdir := /usr/lib/$(DEB_HOST_MULTIARCH)/neon/vfp shared_confflags += --disable-asm +static_confflags += --disable-asm endif endif