summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 23:06:04 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 23:06:04 +0000
commit50736a03c140ab2cb10732421d415b080fd758ea (patch)
tree4c59cd1e110384449648a63a347e370e16455b0d /Makefile
parent5e3ac01cf053365f4ac748491f3e1b7733896ff5 (diff)
downloadmpv-50736a03c140ab2cb10732421d415b080fd758ea.tar.bz2
mpv-50736a03c140ab2cb10732421d415b080fd758ea.tar.xz
configure altivec patch by Magnus Damm <damm@opensource.se>
* CC is not checked for Altivec support (see above). The patch adds checks for FSF-style flags and Darwin-style flags. The check is performed regardless of the gcc version. * Disabling of Altivec. --disable-altivec is broken today if /proc/cpuinfo shows that your cpu supports altivec. The patch takes care of that. * "GCC & CPU optimization abilities" always show that it is optimizing for the cpu configure is running on, it should show the optimization that is enabled for gcc instead. Cosmetic change only, but confusing as it is today IMHO. * Runtime CPU-detection now enables altivec for powerpc. Now with the patch it should be possible to use --enable-altivec, --disable-altivec, --enable-runtime-cpudetection regardless of powerpc cpu type. The configure script handles altivec support in the following order: 1. Altivec is enabled by default if your cpu supports it. 2. --enable-runtime-cpudetection will enable altivec support. 3. If you have forced altivec on/off with --enable-altivec/--disable-altivec, then your selection will override the previous altivec configuration. 4. If altivec is enabled but the compiler doesn't support it, altivec gets turned off. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11008 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions