[SCM] libav/experimental: Add barcelona to the list of cmov/fast_cmov compatible CPUs.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:09:06 UTC 2013


The following commit has been merged in the experimental branch:
commit a65e687b2f5990c697268bd8a28f9a37ed809744
Author: Diego Pettenò <flameeyes at gmail.com>
Date:   Tue Jun 22 23:26:03 2010 +0000

    Add barcelona to the list of cmov/fast_cmov compatible CPUs.
    
    For GCC, barcelona is just an alias for amdfam10, so simply add it in
    there.
    
    Originally committed as revision 23730 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 2fc0858..a96d43d 100755
--- a/configure
+++ b/configure
@@ -2005,7 +2005,7 @@ elif enabled x86; then
             disable cmov
         ;;
         # 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|core2|amdfam10)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
             cpuflags="-march=$cpu"
             enable cmov
             enable fast_cmov

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list