diff -Nru x264-0.148.2728+git4d5c8b0/debian/changelog x264-0.148.2728+git4d5c8b0/debian/changelog --- x264-0.148.2728+git4d5c8b0/debian/changelog 2016-12-08 08:36:51.000000000 +0000 +++ x264-0.148.2728+git4d5c8b0/debian/changelog 2016-12-21 15:31:14.000000000 +0000 @@ -1,3 +1,13 @@ +x264 (2:0.148.2728+git4d5c8b0-1+rpi1) 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. + + -- Raspbian forward porter Wed, 21 Dec 2016 15:31:14 +0000 + x264 (2:0.148.2728+git4d5c8b0-1) unstable; urgency=medium * Update to new stable upstream diff -Nru x264-0.148.2728+git4d5c8b0/debian/confflags x264-0.148.2728+git4d5c8b0/debian/confflags --- x264-0.148.2728+git4d5c8b0/debian/confflags 2016-12-08 08:36:51.000000000 +0000 +++ x264-0.148.2728+git4d5c8b0/debian/confflags 2016-12-21 15:31:14.000000000 +0000 @@ -29,7 +29,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 \ @@ -156,6 +155,7 @@ do_opt := yes opt_libdir := /usr/lib/$(DEB_HOST_MULTIARCH)/neon/vfp shared_confflags += --disable-asm +static_confflags += --disable-asm endif endif