[MPlayer-cvslog] r35415 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Nov 10 17:05:12 CET 2012
Author: reimar
Date: Sat Nov 10 17:05:12 2012
New Revision: 35415
Log:
Move runtime cpu detection support until after we determined
the target architecture.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Nov 10 16:51:19 2012 (r35414)
+++ trunk/configure Sat Nov 10 17:05:12 2012 (r35415)
@@ -1651,11 +1651,6 @@ echo configuration: $configuration > "$T
echo >> "$TMPLOG"
-if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
- die "Runtime CPU detection only works for x86, x86-64 and PPC!"
-fi
-
-
# Checking CC version...
# Intel C++ Compilers (no autoselect, use CC=/some/binary ./configure)
if test "$(basename $_cc)" = "icc" || test "$(basename $_cc)" = "ecc"; then
@@ -1751,6 +1746,10 @@ fi
echo "Detected operating system: $system_name"
echo "Detected host architecture: $host_arch"
+if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
+ die "Runtime CPU detection only works for x86, x86-64 and PPC!"
+fi
+
echocheck "cross compilation"
if test $_cross_compile = auto ; then
_cross_compile=yes
More information about the MPlayer-cvslog
mailing list