[vlc-devel] Configure.ac and SSE2
Jean-Baptiste Kempf
jb at videolan.org
Tue Sep 2 09:10:42 CEST 2008
On Tue, Sep 02, 2008 at 09:09:14AM +0200, Rémi Denis-Courmont wrote :
> On Mon, 1 Sep 2008 22:03:22 -0700, Jean-Baptiste Kempf <jb at videolan.org>
> wrote:
> > hello,
> >
> > Before any SSE intrisincs checking, configure.ac discards enable_sse
> > if ${host_cpu} isn't i686 or x86. While this is fine, it doesn't work
> > when X-compiling, because for example i586-mingw32 from debian
> > compiles those intrisinces fine as the following test in t configure
> > shows it when forced.
> >
> > Any idea on how to fix ?
> Allow any x86 CPU in the check ( case "${host_cpu}" in *86) ). But why is
yes, this is what I did for winSUCKS builds that are soon coming.
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list