[SCM] libav/experimental: Add support for Cell (requires gcc-4.2 or patches)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:00:51 UTC 2013


The following commit has been merged in the experimental branch:
commit e07e357d8414acb342a74fefad0ef0d6382c7c9c
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Sun Jun 3 13:09:58 2007 +0000

    Add support for Cell (requires gcc-4.2 or patches)
    
    Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f36ba0e..6130b28 100755
--- a/configure
+++ b/configure
@@ -1365,6 +1365,11 @@ if test $cpu != "generic"; then
             warn_altivec disabled PPC970
             POWERPCMODE="64bits"
         ;;
+        Cell|CELL|cell)
+            add_cflags "-mcpu=cell"
+            warn_altivec disabled Cell
+            POWERPCMODE="64bits"
+        ;;
         # targets that do NOT support conditional mov (cmov)
         i[345]86|pentium|pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
             add_cflags "-march=$cpu"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list