[SCM] libav/experimental: configure: add Alpha CPU types

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:35:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 1cd11856b0442b5f31f3525981e0f8b0e1476f43
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Jan 13 02:02:50 2009 +0000

    configure: add Alpha CPU types
    
    Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f1eab72..8c3cafe 100755
--- a/configure
+++ b/configure
@@ -1687,6 +1687,9 @@ if test $cpu != "generic"; then
         arm*)
             add_cflags -mcpu=$cpu
         ;;
+        ev4|ev45|ev5|ev56|pca56|ev6|ev67)
+            add_cflags -mcpu=$cpu
+        ;;
         *)
             echo "WARNING: Unknown CPU \"$cpu\", ignored."
         ;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list