Hi,
On Sun, 08 Sep 2013 23:13:54 +0200 "Steinar H. Gunderson"
wrote:
> Source: libdvbcsa
> Version: 1.1.0-2
> Severity: normal
>
> Hello,
>
> It seems that debian/rules contains:
>
> ifeq ($(DEB_HOST_ARCH),amd64)
> EXTRA_CONFIGURE_ARGS += --enable-mmx --enable-sse2
> endif
>
> --enable-
Source: libdvbcsa
Version: 1.1.0-2
Severity: normal
Hello,
It seems that debian/rules contains:
ifeq ($(DEB_HOST_ARCH),amd64)
EXTRA_CONFIGURE_ARGS += --enable-mmx --enable-sse2
endif
--enable-mmx overrides --enable-sse2, so this means that the package is built
without SSE2 optimizations.
2 matches
Mail list logo