[SCM] libav/experimental: configure: fix --cpu=nocona

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:58:37 UTC 2013


The following commit has been merged in the experimental branch:
commit 7f8c3d1f4d903b3a884175c3da7ffb1e80698d9d
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Jan 25 02:03:10 2010 +0000

    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.
    
    Originally committed as revision 21446 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 3ee7384..23f43ff 100755
--- a/configure
+++ b/configure
@@ -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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list