[SCM] libav/experimental: allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:54:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 416519ddfacb5b6da2315102444e9128ceedb45f
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jan 14 00:08:45 2007 +0000

    allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
    
    Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 155310e..7a420ef 100755
--- a/configure
+++ b/configure
@@ -1287,7 +1287,7 @@ if test $cpu != "generic"; then
             cmov="no"
         ;;
         # targets that do support conditional mov (cmov)
-        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2)
             add_cflags "-march=$cpu"
             cmov="yes"
             cmov_is_fast="yes"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list