[SCM] libav/experimental: Add pentium-m to the list of tuning targets

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:02 UTC 2013


The following commit has been merged in the experimental branch:
commit c2095a8f5c08a14aa4aa6a57354662b1560fb44d
Author: Guillaume Poirier <gpoirier at mplayerhq.hu>
Date:   Tue Oct 10 12:33:03 2006 +0000

    Add pentium-m to the list of tuning targets
    
    Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index befd9bc..88b24ee 100755
--- a/configure
+++ b/configure
@@ -1100,7 +1100,7 @@ if test $tune != "generic"; then
             TUNECPU=ppc970
             POWERPCMODE="64bits"
         ;;
-        i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
+        i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|pentium-m|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
             add_cflags "-march=$tune"
         ;;
         sparc64)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list