[FFmpeg-cvslog] r21446 - trunk/configure

mru subversion
Mon Jan 25 03:03:10 CET 2010


Author: mru
Date: Mon Jan 25 03:03:10 2010
New Revision: 21446

Log:
configure: fix --cpu=nocona

Use x86_64_suggest instead of _select as otherwise fast_cmov being
disabled (as it should be for nocona) also disables x86_64 breaking
the build.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan 25 02:56:13 2010	(r21445)
+++ trunk/configure	Mon Jan 25 03:03:10 2010	(r21446)
@@ -1130,7 +1130,7 @@ ppc4xx_deps="ppc"
 
 vis_deps="sparc"
 
-x86_64_select="cmov fast_cmov"
+x86_64_suggest="cmov fast_cmov"
 amd3dnow_deps="mmx"
 amd3dnowext_deps="amd3dnow"
 mmx_deps="x86"



More information about the ffmpeg-cvslog mailing list