[mythtv] [mythtv-commits] Ticket #4497: Win32 builds broken after r15435
Daniel Kristjansson
danielk at cuymedia.net
Tue Jan 22 15:06:36 UTC 2008
On Tue, 2008-01-22 at 15:01 +0000, MythTV wrote:
> #4497: Win32 builds broken after r15435
> Replying to [comment:3 danielk]:
> I was incorrect. r15435 does break the Win32 builds when sse and mmx are
> enabled. The --cpu flag needs to be specified due to the cpu auto
> detection in the configure script being broken(per Andrei Tanas) in order
> to enable sse and mmx. With the --cpu=k8 flag enabled, the
> util_win32.patch is needed. The remoteutil.patch should be ignored for
> now.
How about fixing the CPU detection on MS Windows? The current
./configure script can detect the CPU using /proc on Linux and
an equivalent kernel file system on OSX. There must be some way
to ask MS Windows for the CPU in use, or at least some program
we can compile and run to detect the CPU..
-- Daniel
More information about the mythtv-dev
mailing list