mpd/win32
Max Kellermann 3717fb6c8d win32/build.py: add -march=pentium3 to fix 32 bit LAME build
Workaround for the following LAME build failure:

 error: inlining failed in call to always_inline '_mm_sqrt_ps': target
 specific option mismatch

This is because the LAME build scripts do not check whether SSE is
available; they only check for the presence of the "xmmintrin.h"
header.

Requiring a Pentium 3 CPU is reasonable enough, and it's the first CPU
to feature SSE support.
2017-08-31 19:48:59 +02:00
..
res src/win32: move resources to win32/ 2014-12-09 14:04:33 +01:00
build.py win32/build.py: add -march=pentium3 to fix 32 bit LAME build 2017-08-31 19:48:59 +02:00