2016-12-13 14:27 GMT+01:00 James Cowgill <[email protected]>: > Hi, > > On 13/12/16 13:22, [email protected] wrote: >> The following commit has been merged in the master branch: >> commit c5ca0526ad0a79ac623089a863f666b785749360 >> Author: Jaromír Mikeš <[email protected]> >> Date: Tue Dec 13 12:26:51 2016 +0100 >> >> Enable sse on amd64. >> >> diff --git a/debian/rules b/debian/rules >> index 1b32d95..8582450 100755 >> --- a/debian/rules >> +++ b/debian/rules >> @@ -5,6 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all >> >> LDFLAGS+=-Wl,--as-needed >> >> +ifeq ($(DEB_HOST_ARCH_CPU),amd64) >> +export CFLAGS += -msse -msse2 -mfpmath=sse >> +endif > > This commit is useless. All of these flags are set by default on amd64.
Fixed! Thank you mira _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
